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

issue with T62 grid

xgao304

Member
I am trying to create a new case on T62 grid on our machine, but have the following issues:Here is my command line:./create_newcase -mach svante -res T62_g16 -compset I4804CLM45 -case ../../cases/testT62I am able to sucessfully complete this step (create_newcase). However, when I proceed with "./cesm_setup in the case directory,I have following error message:xgao@c062 testT62]$ ./cesm_setup
Creating Macros file for svante
/net/fs05/d1/xgao/cesm_sl/cesm1_2_2/scripts/ccsm_utils/Machines/config_compilers.xml pgi svante
Creating batch script testT62.run
Locking file env_mach_pes.xml
Creating user_nl_xxx files for components and cpl
Running preview_namelist script
 infile is /net/fs05/d1/xgao/cesm_sl/cases/testT62/Buildconf/cplconf/cesm_namelist
CLM configure done.
CLM build-namelist:: res has a value ('T62') that is NOT valid. Valid values are: '512x1024' '360x720cru' '128x256' '64x128' '48x96' '32x64' '8x16' '94x192' '0.23x0.31' '0.9x1.25' '1.9x2.5' '2.5x3.33' '4x5' '10x15' '5x5_amazon' '1x1_tropicAtl' '1x1_camdenNJ' '1x1_vancouverCAN' '1x1_mexicocityMEX' '1x1_asphaltjungleNJ' '1x1_brazil' '1x1_urbanc_alpha' '1x1_numaIA' '1x1_smallvilleIA' '0.1x0.1' '0.5x0.5' '3x3min' '5x5min' '10x10min' '0.33x0.33' 'ne4np4' 'ne16np4' 'ne30np4' 'ne60np4' 'ne120np4' 'ne240np4' '1km-merge-10min'
ERROR: clm.buildnml.csh failed
ERROR: /net/fs05/d1/xgao/cesm_sl/cases/testT62/preview_namelists failed: 25344---------Then if I go back to the create_newcase step by setting up "-res 94x192_g16" following the above suggestion, I have the following message "no match for grid"[xgao@c062 scripts]$ ./create_newcase -mach svante -res 94x192_g16 -compset I4804CLM45 -case ../../cases/testT62

set_compset: no match for grid 94x192_g16
             to see supported grids issue -
  create_newcase -list grids
set_compset: exiting

I am aware that 94x192_g16 may not be a right format for specifying the resolution, but not sure what I should do based on the first error message I get. Any information is appreciated. 
 
Top