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

Problem in CAM5.0 while running ideal physics mode & adiabatic mode.

rakeshtejak@gmail_com

Rakesh Teja Konduru
Member
Hi,I setup an experiment in CAM5.0 in serial for deal physics and adiabatic mode. The configuration is:$CAMCFG/configure -dyn fv -hgrid 10x15 -nospmd -nosmp  -fc ifort -fflags -vec-report0 -cc icc -phys cam4 -debug -testAnd in build namelist i made atm_ideal_phys as true in case of ideal physics and atm_adiabatic as true in case of adiabatic mode.While running the experiment it stopped at certain stage just after initial run in both of the cases and is as follows:********** Time Manager Configuration **********
Calendar type: NO_LEAP
Timestep size (seconds): 1800
Start date (yr mon day tod): 0 1 1
0
Stop date (yr mon day tod): 0 1 2
0
Reference date (yr mon day tod): 0 1 1
0
Current step number: 0
Current date (yr mon day tod): 0 1 1
0
************************************************
CNST_CHK_DIM: number of advected tracer 1 not equal to pcnst =
3
ENDRUN: called without a message string Please help me in this regard. Thank you.
 

jedwards

CSEG and Liaisons
Staff member
In your configure script the -phys option should be set to adiabatic or ideal not cam4. 
 

rakeshtejak@gmail_com

Rakesh Teja Konduru
Member
Hi,I have tried as you suggested. But in this case i got same problem and run of the experiment stopped. ********** Time Manager Configuration **********   Calendar type:            NO_LEAP   Timestep size (seconds):          1800   Start date (yr mon day tod):                0           1           1           0   Stop date (yr mon day tod):                 0           1           2           0   Reference date (yr mon day tod):            0           1           1           0   Current step number:                 0   Current date (yr mon day tod):              0           1           1           0  ************************************************ CNST_CHK_DIM: number of advected tracer            1  not equal to pcnst =          25 CNST_CHK_DIM: number of advected tracer            1  not equal to pcnst =          25 CNST_CHK_DIM: number of advected tracer            1  not equal to pcnst =          25 CNST_CHK_DIM: number of advected tracer            1  not equal to pcnst =          25 ENDRUN: called without a message string ENDRUN: called without a message string ENDRUN: called without a message string ENDRUN: called without a message string  This is same for both of the cases i.e. adiabatic mode and ideal mode.Please help me in solving this problem. Thank you
 

jedwards

CSEG and Liaisons
Staff member
I think that perhaps you did not do a clean build after making this change?   Make sure that you completly remove your build directory and start over.  
 

rakeshtejak@gmail_com

Rakesh Teja Konduru
Member
Hi,I did as you suggested. Now i got problem in gmake. Problem is: compilation aborted for /shome/rakeshkcas1/cam/cam5/cam5/cesm1_0/models/atm/cam/src/physics/cam/uwshcu.F90 (code 1)gmake: *** [uwshcu.o] Error 1gmake: *** Waiting for unfinished jobs.... I'm getting same problem in both modes i.e. adiabatic and ideal. Please help me in this regard. Thank you.
 
Top