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

NOCOMP model with accelerated decomposition #8

Open
rosiealice opened this issue Dec 21, 2024 · 7 comments
Open

NOCOMP model with accelerated decomposition #8

rosiealice opened this issue Dec 21, 2024 · 7 comments

Comments

@rosiealice
Copy link
Collaborator

Purpose:


Description:


Compset long name
1850_DATM%QIA_CLM60%FATES-SP_SICE_SOCN_MOSART_SGLC_SWAV


Model grid long name
ne30pg3_tn14


Case directory:


Code version on github (either NorESMhub or user's fork):


Diagnostics:


Output:

  • Raw output on nird (if still available):
  • CAM Climos:

Contacts:


Extra details:

@kjetilaas
Copy link

I tested this, and got the following error message:

Using cold start initial conditions
hist_htapes_build Initializing clm2 history files

htapes_fieldlist ERROR: GPP in fincl( 4 ) for history tape
1 not found
ENDRUN:
ERROR: ERROR in histFileMod.F90 at line 887

@kjetilaas
Copy link

kjetilaas commented Jan 3, 2025

Here is the link to the setup (using commit df05388):
https://github.com/kjetilaas/Run_NorESM_script

Only difference from description above is that compset is SROF instead of MOSART.

Link to case on betzy (temporary):
/cluster/work/users/kjetisaa/noresm/n1850.FATES-NOCOMP-AD.ne30_tn14.alpha08d.20250102/run

The same setup (script) works without accelerated decomp.
And the same setup (script) works with CLM (not FATES) and AD.

@rosiealice
Copy link
Collaborator Author

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 ?

@kjetilaas
Copy link

user_nl_clm only includes:

fates_paramfile = '/cluster/work/users/rosief/git/calibration_parameter_files/SP_calib/fates_params_det_alpha09.nc'
use_fates_nocomp=.true.
use_fates_fixed_biogeog=.true.

@rosiealice
Copy link
Collaborator Author

Right. So it must be being set automatically... Is there an fincl in the lnd_in file in the run directory?

@kjetilaas
Copy link

Yes, it is. Adding this line to the user_nl_clm solved the problem:
hist_fincl1='TOTSOMC','TOTSOMN','TLAI','FATES_GPP','FATES_NPP','TWS'

@rosiealice
Copy link
Collaborator Author

Oh cool. That's good news...

@rosiealice rosiealice reopened this Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants