E3SM-Project / E3SM

Energy Exascale Earth System Model source code. NOTE: use "maint" branches for your work. Head of master is not validated.
https://docs.e3sm.org/E3SM
Other
350 stars 360 forks source link

ALM fails for I1850CRUCLM45BGC with Phosphorus model on #974

Open qzhu-lbl opened 8 years ago

qzhu-lbl commented 8 years ago

@thorntonpe When phosphorus is turned on, model crashed because of "pimbalance error".

To reproduce the error: ./create_newcase -case textcase -res f19_g16 -mach titan -compset I1850CRUCLM45BGC -compiler intel -proj cli112

modify user_nl_clm: use_nitrif_denitrif = .true. use_century_decomp = .false. suplnitro = 'NONE' suplphos = 'NONE' nu_com = 'RD' finidat = ''

longname: 1850_DATM%CRU_CLM45%BGCDV_SICE_SOCN_RTM_SGLC_SWAV

dmricciuto commented 8 years ago

FYI I ran an existing case at the same resolution and encountered an n balance error instead. I used an ad_spinup initial data file. It runs ok with either suplphos='ALL', or use_nitrif_denitrif_denitrif = .false. I suspect this is related to #370 and may have passed testing at that point because this occurred prior to the ch4_zero_bugfix #728.