Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring to modify x2l instead of atm2lnd #39

Closed
wants to merge 3 commits into from

Commits on Jul 1, 2024

  1. Made oas_receive_icon() to set x2l, not atm2lnd_inst

    For this to work, it was needed to
    - Switch oas_receive_icon() and lnd_import()
    - Store rain in "large scale" rainl, set "convective" rainc to zero
    - Store snow in "large scale" snowl, set "convective" snowc to zero
    - Removed redundant assignment to atm2lnd_inst%forc_solar_grc(:)
    - Enabled it again in case ICON in clm5/cpl/lnd_import_export.F90
    - Enabled checks again for ICON in clm5/cpl/lnd_import_export.F90
    mvhulten committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    47bbbd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4412a64 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Include clm_cpl_indices module only when coupled to ICON

    The precompiled code from 'refac-x2l-incr' is now identical to the precompiled
    code from 'master'.
    mvhulten committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    be6576e View commit details
    Browse the repository at this point in the history