-
Notifications
You must be signed in to change notification settings - Fork 6
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
ELM->ATS coupling #4
Open
jbeisman
wants to merge
73
commits into
fmyuan:elm-dev
Choose a base branch
from
jbeisman:jb-ATSinterface
base: elm-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…'all_time' integral fluxes), by default. Otherwise, it may cause budget checking err and model crash, for example, when ELM runs from a pre-stage restart file.
… EcosystemBalanceCheckMod.
…AT' as well. Otherwise, it fails to setup for '-res CLM_USRDAT', which must be '- res ELM_USRDAT'.
…e configuration, namely 'mymac', for using on Mac OSX.
…putdata directory for ORNL machine 'cades'.
…mpi3, for CADES. It's software packages of AMANZI-TPLS for ATS, which are based on gcc/6.3.0 and openmpi-3.0.0. It's required to have ENVs for AMANZI/ATS.
…ot in the input met data nc file, assign the former 1 and the latter 0 (i.e. no scaling of original dataset).
…ing year be 2010.
…bug will crash model when restarting a run if the starting simulation year is beyond range of cycling forcing data period.
… some missing in 'atm2lnd_vars'.
… in CPL_BYPASS when calculating shortest distance between land grids.
…de, with GSWP3 v2 (1901-2014) downscaled by 1 km daymet v4 for Northern America dataset.
… a globe, which NOT correct for partial globe (or region or point domains). So add an optional setting of mapping of grid unit - default as 'degrees'. If not default, it will check based on a globe-grid system.
…g ELM in wsl/ubuntu environments.
…ag: ' -fallow-argument-mismatch'
…se_ats, ats_inputdir, ats_inputfile.
…as_liq' are passing, instead of 'saturation'. AND any unit conversion should be carried out in ATS interface, in order to avoid inconsistency in constants such as gravity, molar density, mass density, and so on. ALSO data passing should be in unit of per area or per volume if any. NOTE: soil pressure should be in MPa in ELM.
… by ATS with 1 per grid cell
…r balance variables are assigned values.
fmyuan
pushed a commit
that referenced
this pull request
Jan 8, 2024
allocate rsnow for use in icepack
fmyuan
pushed a commit
that referenced
this pull request
Feb 5, 2024
* Initial test for water balance error corrections * Tentatively working fix attempt from Ben * Cleanup write statements etc * Speed up surface water transfer and fix mistake with tide timing * Move surface flow rate scale to settable parameter Co-authored-by: [email protected] <[email protected]>
fmyuan
pushed a commit
that referenced
this pull request
Jul 30, 2024
* Initial test for water balance error corrections * Tentatively working fix attempt from Ben * Cleanup write statements etc * Speed up surface water transfer and fix mistake with tide timing * Move surface flow rate scale to settable parameter Co-authored-by: [email protected] <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the ELM/E3SM portion of the ELM->ATS coupling. It should be built against the ATS branch linked here amanzi/ats#216.