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

Is this input data will be OK?

Hi, all,
I want to do a test run as below, I will creat a f19_g16 case, and then replace the sst data with a T85 one, but i'm not sure that will be ok, is there anyone have an idea with it?
Leo


Code:
<./create_newcase -case $CASEDIR 
        -res f19_g16 
        -compset F_2000 
        -mach bluefire

<./xmlchange –file env_run.xml –id STOP_N –val 1>
<./xmlchange –file env_run.xml –id STOP_OPTION –val nyears>

<./configure –case>


then i will replace the sst data with a T85 one in the docn.buildnml.csh


Code:
<./{$CASENAME}.bluefire.build>

<./$CASENAME.bluefire.submit>
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
You cannot change the dynamical or resolution after issuing create_case.
 
Top