climatemodelling@gmx_com
Member
Dear Forum,
I would like to run a CAM4 standalone experiment with prescribed time-varying SST forcing.
I was thinking of using either the F_1850 or F_AMIP_CN compset as a staring point.
The advantage of the AMIP experiment would be that it is easy to just replace the time-varying SST forcing.
Is it also possible to use the F_1850 setup and prescribe a SST boundary forcing file that is not a climatology?
I am asking because preferably in my experiment all atmospheric variables should be constant at per-industrial conditions but the SST and sea-ice forcing should vary in time (e.g. a 50 year integration).
Further I want to run the 2 degree resolution grid on 1 node with 24 processors, is this outline correct?
And running a 1 degree grid on e.g. 2 nodes with 24 npes should be?
Thanks!!!
I would like to run a CAM4 standalone experiment with prescribed time-varying SST forcing.
I was thinking of using either the F_1850 or F_AMIP_CN compset as a staring point.
The advantage of the AMIP experiment would be that it is easy to just replace the time-varying SST forcing.
Is it also possible to use the F_1850 setup and prescribe a SST boundary forcing file that is not a climatology?
I am asking because preferably in my experiment all atmospheric variables should be constant at per-industrial conditions but the SST and sea-ice forcing should vary in time (e.g. a 50 year integration).
Further I want to run the 2 degree resolution grid on 1 node with 24 processors, is this outline correct?
Code:
<entry id="NTASKS_ATM" value="24" />
<entry id="NTHRDS_ATM" value="1" />
<entry id="ROOTPE_ATM" value="0" />
<entry id="NTASKS_LND" value="24" />
<entry id="NTHRDS_LND" value="1" />
<entry id="ROOTPE_LND" value="0" />
<entry id="NTASKS_ICE" value="1" />
<entry id="NTHRDS_ICE" value="1" />
<entry id="ROOTPE_ICE" value="0" />
<entry id="NTASKS_OCN" value="1" />
<entry id="NTHRDS_OCN" value="1" />
<entry id="ROOTPE_OCN" value="0" />
<entry id="NTASKS_CPL" value="24" />
<entry id="NTHRDS_CPL" value="1" />
<entry id="ROOTPE_CPL" value="0" />
<entry id="NTASKS_GLC" value="1" />
<entry id="NTHRDS_GLC" value="1" />
<entry id="ROOTPE_GLC" value="0" />
<entry id="PSTRID_ATM" value="1" />
<entry id="PSTRID_LND" value="1" />
<entry id="PSTRID_ICE" value="1" />
<entry id="PSTRID_OCN" value="1" />
<entry id="PSTRID_CPL" value="1" />
<entry id="PSTRID_GLC" value="1" />
<entry id="TOTALPES" value="24" />
<entry id="PES_LEVEL" value="1r" />
<entry id="MAX_TASKS_PER_NODE" value="24" />
<entry id="PES_PER_NODE" value="$MAX_TASKS_PER_NODE" />
<entry id="BATCH_PES" value="0" />
<entry id="CCSM_PCOST" value="0" />
<entry id="CCSM_TCOST" value="0" />
<entry id="CCSM_ESTCOST" value="0" />
<entry id="CICE_AUTO_DECOMP" value="true" />
And running a 1 degree grid on e.g. 2 nodes with 24 npes should be?
Code:
<entry id="NTASKS_ATM" value="48" />
<entry id="NTHRDS_ATM" value="1" />
<entry id="ROOTPE_ATM" value="0" />
<entry id="NTASKS_LND" value="48" />
<entry id="NTHRDS_LND" value="1" />
<entry id="ROOTPE_LND" value="0" />
<entry id="NTASKS_ICE" value="1" />
<entry id="NTHRDS_ICE" value="1" />
<entry id="ROOTPE_ICE" value="0" />
<entry id="NTASKS_OCN" value="1" />
<entry id="NTHRDS_OCN" value="1" />
<entry id="ROOTPE_OCN" value="0" />
<entry id="NTASKS_CPL" value="48" />
<entry id="NTHRDS_CPL" value="1" />
<entry id="ROOTPE_CPL" value="0" />
<entry id="NTASKS_GLC" value="1" />
<entry id="NTHRDS_GLC" value="1" />
<entry id="ROOTPE_GLC" value="0" />
<entry id="PSTRID_ATM" value="1" />
<entry id="PSTRID_LND" value="1" />
<entry id="PSTRID_ICE" value="1" />
<entry id="PSTRID_OCN" value="1" />
<entry id="PSTRID_CPL" value="1" />
<entry id="PSTRID_GLC" value="1" />
<entry id="TOTALPES" value="48" />
<entry id="PES_LEVEL" value="1r" />
<entry id="MAX_TASKS_PER_NODE" value="24" />
<entry id="PES_PER_NODE" value="$MAX_TASKS_PER_NODE" />
<entry id="BATCH_PES" value="0" />
<entry id="CCSM_PCOST" value="0" />
<entry id="CCSM_TCOST" value="0" />
<entry id="CCSM_ESTCOST" value="0" />
<entry id="CICE_AUTO_DECOMP" value="true" />
Thanks!!!