Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

An error occurred after replacing the restart file with interpinic:active pft found on inactive column

xzeng

Xin Zeng
New Member
What version of the code are you using?
I am using the clm4.5 module in the RegCM-Chem model, I turned on the CN module and the NITRIF_DENITRIF module.


Describe every step you took leading up to the problem:
I first enabled the CN module and the NITRIF_DENITRIF module of clm4.5 using the RegCM-Chem-yibs model, then run after a month to generate the restart file test1.clm.regcm.r.2020060100.nc, then use the website given using spin under different configuration files to replaced my restart file and then restarted the operation, but an error was reported.

This is my command to change the restart file:
./interpinic -i clmi.I1850CRUCLM45BGC.0241-01-01.360x720cru_hcru_simyr1850_c130515.nc -o test1.clm.regcm.r.2020060100.nc

These are the used spin files, but all of them report errors when re-running:
clmi.BCNDV.0401-01-01_1.9x2.5_gx1v6_simyr2000_c100416.nc
clmi.BGCN.0863-01-01_0.9x1.25_gx1v6_simyr1850_c110511.nc
clmi.BGCN.0863-01-01_0.9x1.25_gx1v6_simyr1850_c110511.nc.sha256
clmi.I1850CLM40CRUCN.1122-01-01.0.9x1.25_g1v6_simyr1850_c130520.nc
clmi.I1850CRUCLM45BGC.0241-01-01.360x720cru_hcru_simyr1850_c130515.nc
clmi.I1850CRUCLM45BGCCROPmp24.0241-01-01.1.9x2.5_g1v6_simyr1850_c130515.nc
clmi.I1850CRUCLM45BGCDV.0241-01-01.0.9x1.25_g1v6_simyr1850_c130515.nc
clmi.I1850CRUCLM45SP.0521-01-01.0.9x1.25_g1v6_simyr1850_c130506.nc
spinup_0.5x0.5_global_ICRUCLM5CN.clm2.r.0601-01-01-00000.nc

Error message when restarting the operation:
CLM_hist_printflds : number of master fields = 827
There will be a total of 1 history tapes
History tape 1 write frequency is MONTHLY
All fields on history tape 1 are grid averaged
Output precision on history tape 1 = 2
Reading restart dataset at
/data/ift3/zx/test7_marine/on_Ndep//test1.clm.regcm.r.2020060100.nc
setActive ERROR: active pft found on inactive column at p = 336812 , c =
90930
setActive ERROR: active pft found on inactive column at p = 339588 , c =
91424
setActive ERROR: active pft found on inactive column at p = 339622 , c =
91430
setActive ERROR: active pft found on inactive column at p = 340251 , c =
91541
setActive ERROR: active pft found on inactive column at p = 340608 , c =
91604
setActive ERROR: active pft found on inactive column at p = 342443 , c =
91941
setActive ERROR: active pft found on inactive column at p = 348280 , c =
93004
-------------- FATAL CALLED ---------------
Fatal in file: mod_clm_reweight.F90 at line: 205
clm now stopping
-------------------------------------------
 

nusbaume

Jesse Nusbaumer
CSEG and Liaisons
Staff member
Hi Xin,

I have moved this post to the CLM forum, as they will be the group that can most likely find a solution to your error.

Thanks, and have a great day!

Jesse
 
Vote Upvote 0 Downvote

oleson

Keith Oleson
CSEG and Liaisons
Staff member
Unfortunately, we don't support that model (RegCM-Chem-yibs) and I don't see that code (mod_clm_reweight.F90) anywhere in our repository. We don't use interpinic anymore, interpolation is done at run time in the CTSM code.
 
Vote Upvote 0 Downvote

oleson

Keith Oleson
CSEG and Liaisons
Staff member
We do have some similar code in our repository that seems to be checking for the same or similar thing, e.g., "ERROR: active patch found on inactive column" in subroutine set_active. Given the error you are getting, interpinic may not be robust in interpolating a global initial file to a regional initial file as it appears you are trying to do. You may need to fix the problem in the initial file manually, e.g., make those particular columns active. Or possibly conduct a land-only spinup which would be cheaper than spinning up a regional model with an acitve atmosphere.
 
Vote Upvote 0 Downvote
Top