unable to find the cprnc tool folder

Hi I'm looking at CLM4.0 in CESM1.0.4 user's guide for the cprnc tool. It says 'The tools are all available in the models/lnd/clm/tools directory'. But I'm unable to find a folder for cprnc. My models/lnd/clm/tools/ contain these:  interpinic    mkgriddata  ncl_scripts  README.filecopies mkdatadomain  mksurfdata  README       README.testing Nonetheless, there is a cprnc folder in my models/atm/cam/tools directory. Since the user's guide says CAM and CLM share this tool, I'm not sure if this is what I'm be looking for.Thanks for any help.
 

slevis

Moderator
Staff member
I suspect that this is what you are looking for. I'm not very familiar with this tool, but I think that it compares netcdf files output by the CAM or the CLM.

Sam Levis
 

slevis

Moderator
Staff member
I suspect that this is what you are looking for. I'm not very familiar with this tool, but I think that it compares netcdf files output by the CAM or the CLM.

Sam Levis
 

erik

Erik Kluzek
CSEG and Liaisons
Staff member
Wang

Yes, CAM and CLM share this tool. So you can use the version under CAM.
 

erik

Erik Kluzek
CSEG and Liaisons
Staff member
Wang

Yes, CAM and CLM share this tool. So you can use the version under CAM.
 
Thank you guys!
May I also ask if compiling this tool would affect the model during the running process? I made several unsuccesful attemps at gmake during this week. After this my CESM refused to run. It always stoppped like this: (taken from the cpl.log. XXXX in $RUNDIR/case/run)

(seq_mct_drv) : Setting fractions
(seq_mct_drv) : Initializing atm/ocn flux component
(seq_mct_drv) : Calling map_lnd2atm_mct
(seq_mct_drv) : Calling map_ocn2atm_mct for mapping o2x_ox to o2x_ax
(seq_mct_drv) : Calling map_ocn2atm_mct for mapping xao_ox to xao_ax
(seq_mct_drv) : Calling map_ice2atm_mct for mapping i2x_ix to i2x_ax
(seq_mct_drv) : Calling mrg_x2a_run_mct
(seq_mct_drv) : Calling atm_init_mct
 
Thank you guys!
May I also ask if compiling this tool would affect the model during the running process? I made several unsuccesful attemps at gmake during this week. After this my CESM refused to run. It always stoppped like this: (taken from the cpl.log. XXXX in $RUNDIR/case/run)

(seq_mct_drv) : Setting fractions
(seq_mct_drv) : Initializing atm/ocn flux component
(seq_mct_drv) : Calling map_lnd2atm_mct
(seq_mct_drv) : Calling map_ocn2atm_mct for mapping o2x_ox to o2x_ax
(seq_mct_drv) : Calling map_ocn2atm_mct for mapping xao_ox to xao_ax
(seq_mct_drv) : Calling map_ice2atm_mct for mapping i2x_ix to i2x_ax
(seq_mct_drv) : Calling mrg_x2a_run_mct
(seq_mct_drv) : Calling atm_init_mct
 

sacks

Bill Sacks
CSEG and Liaisons
Staff member
No, cprnc would not affect a CESM run in any way.
I recommend looking at your atm.log file or cesm.log file for more hints about what might be causing the abort.
 

sacks

Bill Sacks
CSEG and Liaisons
Staff member
No, cprnc would not affect a CESM run in any way.
I recommend looking at your atm.log file or cesm.log file for more hints about what might be causing the abort.
 
Back
Top