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

Want to use cosp with cam5

I am trying to enable cosp when using cam5 physics. I set the -cosp value = 1 in $CASEROOT/Buildconf/camconf/configu....xmlBut when I build the model, the cosp value is set back to 0. Also, when I set it 1 in the cesm1_2_2/models/atm/cam/bld/config_files/definitions.xml , and then I build the model, then it shows a lot of errors. I am using FC5 compset and trying to do profiling using HPCToolkit. Please suggest me how to use the enable cosp with cam5 physics. I am posting the errors mentioned above:/storage/home/amlesh/cam5code/code_copy/cesm1_2_2/models/atm/cam/src/physics/cam/cospsimulator_intr.F90(1230): error #6463: This is not a derived type name.   [COSP_ISCCP]   type(cosp_isccp)   :: isccp                          ! Output from ISCCP simulator--------^/storage/home/amlesh/cam5code/code_copy/cesm1_2_2/models/atm/cam/src/physics/cam/cospsimulator_intr.F90(1231): error #6457: This derived type name has not been declared.   [COSP_MISR]   type(cosp_misr)    :: misr                           ! Output from MISR simulator--------^/storage/home/amlesh/cam5code/code_copy/cesm1_2_2/models/atm/cam/src/physics/cam/cospsimulator_intr.F90(1232): error #6457: This derived type name has not been declared.   [COSP_VGRID]   type(cosp_vgrid)   :: vgrid                          ! Information on vertical grid of stats--------^/storage/home/amlesh/cam5code/code_copy/cesm1_2_2/models/atm/cam/src/physics/cam/cospsimulator_intr.F90(1233): error #6457: This derived type name has not been declared.   [COSP_RADARSTATS]   type(cosp_radarstats) :: stradar                     ! Summary statistics from radar simulator  
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
You need to configure with the option:-cospFor the FC5, it would be:
 CAM_CONFIG_OPTS =' -phys cam5 -cosp'  In user_nl_cam, add:docosp=.true.
cosp_amwg=.true.
 
Top