source: CONFIG/UNIFORM/v7/ICOLMDZORINCA_v7/EXPERIMENTS/ICOLMDZOR/clim_noleap/COMP/dynamico.card @ 6337

Last change on this file since 6337 was 6337, checked in by acosce, 15 months ago

Merge between ICOLMDZOR and ICOLMDZORINCA

  • add in ICOLMDZOR possibility to nudge winds on experiments like it's done in regular configurations (flag ok_guide in dynamico.card ant not any more in lmdz.card)
  • uniformisation in ICOLMDZORINCA of monitoring.cfg files names
  • take in ICOLMDZORINCA modification of surface parameters
  • add in ICOLMDZOR management of nbtrac from dynamico.driver
  • add in ICOLMDZORINCA parameter for co2_ppm0
File size: 2.2 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5RESOL_NBP=40
6RESOL_ATM_Z=79
7
8# create_etat0_limit=n is used for normal GCM run
9create_etat0_limit = n
10
11# iflag_phys=1 is used for normal GCM run with continents (not aquaplanet)
12# iflag_phys is only used in combination with create_etat0_limit=y. See specific CREATE set up to know more.
13iflag_phys=1
14
15# Nugding : ok_guide=y/n
16# If ok_guide=y, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles section below.
17ok_guide=n
18
19
20[InitialStateFiles]
21List=   (${R_IN}/ATM/START/dynamico_lmdz_nbp${RESOL_NBP}/start.nc, .)
22         
23
24[BoundaryFiles]
25List=()
26ListNonDel= ()
27
28#uncomment if you are running in nudge mode
29#List=($CCCSTOREDIR/../../subipsl/subipsl/ERA5/NETCDF/GLOBAL_025/4xdaily/AN_PL/${year}/u.${year}${month}.aphe5.GLOBAL_025.nc, u.nc),\
30#     ($CCCSTOREDIR/../../subipsl/subipsl/ERA5/NETCDF/GLOBAL_025/4xdaily/AN_PL/${year}/v.${year}${month}.aphe5.GLOBAL_025.nc, v.nc)
31
32
33[SmoothFiles]
34List=   ()
35
36[ParametersFiles]
37List=   \
38        (${SUBMIT_DIR}/PARAM/earth_const.def, .),\
39        (${SUBMIT_DIR}/PARAM/run_dynamico.def_nbp${RESOL_NBP}, run_dynamico.def),\
40        (${SUBMIT_DIR}/PARAM/iodef.xml, .),\
41        (${MODIPSL}/modeles/DYNAMICO/xml/context_dynamico.xml, .),\
42        (${MODIPSL}/modeles/DYNAMICO/xml/context_input_dynamico.xml, .),\
43        (${MODIPSL}/modeles/DYNAMICO/xml/field_def_dynamico.xml, .),\
44        (${MODIPSL}/modeles/DYNAMICO/xml/file_def_dynamico.xml, .),\
45        (${SUBMIT_DIR}/PARAM/nudging_dynamico.xml, .)
46
47
48[RestartFiles]
49List=   (restart.nc, restart.nc, start.nc)
50
51[OutputText]
52List=   (run_dynamico.def, earth_const.def, iodef.xml, context_dynamico.xml, context_input_dynamico.xml, field_def_dynamico.xml, file_def_dynamico.xml, out_icosa_lmdz.exe.out, out_icosa_lmdz.exe.err, xios_client_*)
53
54
55[OutputFiles]
56List=   (output_dcmip2016_native.nc,    ${R_OUT_ICO_O_H}/${PREFIX}_3H_output_dcmip2016_native.nc,     NONE), \
57        (output_dcmip2016_regular.nc,   ${R_OUT_ICO_O_H}/${PREFIX}_3H_output_dcmip2016_regular.nc,    NONE)
58
59
60#List=  ( limit.nc,       ${R_OUT_ICO_O}/Boundary/${config_UserChoices_JobName}_clim_limit.nc,   NONE), \
61#       ( start.nc,       ${R_OUT_ICO_O}/Restart/${config_UserChoices_JobName}_clim_start.nc,    NONE), \
62#       ( startphy.nc,    ${R_OUT_ICO_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE)
63
Note: See TracBrowser for help on using the repository browser.