-
Notifications
You must be signed in to change notification settings - Fork 0
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
NOCOMP model with accelerated decomposition #8
Comments
I tested this, and got the following error message: Using cold start initial conditions
|
Here is the link to the setup (using commit df05388): Only difference from description above is that compset is SROF instead of MOSART. Link to case on betzy (temporary): The same setup (script) works without accelerated decomp. |
Looks like it is the GPP variable (which is a CLM variable) in the fincl which is causing the issue. I wonder if this is turned on by default when we turn on AD? Is it present in tbe user_nl_clm ? |
user_nl_clm only includes: fates_paramfile = '/cluster/work/users/rosief/git/calibration_parameter_files/SP_calib/fates_params_det_alpha09.nc' |
Right. So it must be being set automatically... Is there an fincl in the lnd_in file in the run directory? |
Yes, it is. Adding this line to the user_nl_clm solved the problem: |
Oh cool. That's good news... |
Purpose:
Description:
Compset long name
1850_DATM%QIA_CLM60%FATES-SP_SICE_SOCN_MOSART_SGLC_SWAV
Model grid long name
ne30pg3_tn14
Case directory:
Locally on betzy (if still available):
/projects/NS9560K/noresm3/cases/$user/$CASE
On github:
https://github.com/NorESMhub/noresm_simulations/tree/$CASE
Code version on github (either NorESMhub or user's fork):
Diagnostics:
As examples:
Output:
Contacts:
Extra details:
The text was updated successfully, but these errors were encountered: