Skip to content
YC-Wang edited this page Sep 5, 2017 · 3 revisions

Welcome to the test-taiesm wiki!

created: September 2017

This is a setup guide for CAPT setup for CAM5.3.

STEP 0: If you are on Chia, move first to Chialn01 to use PGI compiler.

ssh chialn01

STEP I : create a case

<> cd /chia_cluster/home/lex/taiesm_work/bin/TaiESM/ver150717/scripts/ ./create_newcase -case $DD/Cases/f09.F2000C5.TaiESM.CAUSERUNS.5day.201105.lex -compset F_2000_CAM5 -res f09_f09 -mach chiapgi <> ./create_newcase -case $CASEDIR -compset F_2000_CAM5 -res f09_f09 -mach alps_pgi_mvapich

STEP II: Modify env_mach_pes.xml if necessary.

After further modifications are made to env_mach_pes.xml, cesm_setup must be rerun before you can build and run the model.

STEP III : configure the case

./cesm_setup

STEP VI: modify env_run.xml

entry id="RUN_STARTDATE" value="2009-07-01" /

STEP V : Change the path and file names of initial and boundary dataset from default ones to TAMIP ones

     using user_nl_cam, user_nl_clm, user_nl_cice
     Examples can be found in the directory.

CAM : user_nl_cam

<> ncdata = '/work/j07ycw00/data_TAMIP/FA_2009-06-30-64800.cam2.i.2009-07-01-00000.nc' <> ncdata = '/nuwa_data/data/cesm_tamip_llnl/FA_2009-06-30-64800.cam2.i.2009-07-01-00000.nc'


CICE : Buildconf/cice.buildnml.csh

<> stream_domfilename = '/nuwa_cluster/home/ychwang/CESM_ICBCDATA/TAMIP_SST/sst_ECSST_bc_0.9x1.25_jja2008_jja2009_030414.nc'
stream_fldfilename = '/nuwa_cluster/home/ychwang/CESM_ICBCDATA/TAMIP_SST/sst_ECSST_bc_0.9x1.25_jja2008_jja2009_030414.nc'
stream_year_first = 2009
stream_year_last = 2009

DOCN : Buildconf/docn.buildnml.csh

set dat_datpath = /nuwa_cluster/home/ychwang/CESM_ICBCDATA/TAMIP_SST/ set dat_datfile = sst_ECSST_bc_0.9x1.25_jja2008_jja2009_030414.nc set year_start = 2009 set year_end = 2009


CLM : Buildconf/clm.buildnml.csh

ALPS
finidat = '/work/j07ycw00/data_TAMIP/FA_2009-06-30-64800.clm2.r.2009-07-01-00000.nc'
NUWA
finidat = '/nuwa_data/data/cesm_tamip_llnl/FA_2009-06-30-64800.clm2.r.2009-07-01-00000.nc'

STEP VI: copy the "user_docn.streams.txt.prescribed" file into the run directory.

Very strangely, the model could not copy this file into the run directory directly. Need to do this manually.

STEP VI: build CESM

./$CASE.build

STEP VII: run CESM