source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZORINCA/GES/COMP/dynamico.card @ 6838

Last change on this file since 6838 was 6838, checked in by aclsce, 6 weeks ago

Modified IPSLCM7 configuration as follows :

  • added DYNAMICO_XML in DYNAMICO path for xml files
  • removed SOURCES/LMDZ not needed anymore (commited in LMDZ repository)
  • commented creation of file_def_dynamico.xml by using python script (now file_def_dynamico.xml exists in DYNAMICO_XML directory).
  • Property svn:mime-type set to application/x-wine-extension-ini
File size: 2.3 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 : guided_type=none or nudging
16# If guided_type=nudging, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles List section below
17# The proposed experiment ensures consistency between nudging files and nudging_dynamico.xml.
18# If you change these nudging files, make sure you maintain this consistency.
19guided_type=none
20
21
22[InitialStateFiles]
23List= (${R_IN}/CHM/INCAnbp${RESOL_NBP}/ELI.ICO.GES.nbp${RESOL_NBP}_start0.nc, start.nc)         
24
25[BoundaryFiles]
26List=()
27ListNonDel= ()
28
29# Add to BoundaryFiles List section if you are running in nudge mode
30#($CCCSTOREDIR/../../subipsl/subipsl/ERA5/NETCDF/GLOBAL_025/4xdaily/AN_PL/${year}/u.${year}${month}.aphe5.GLOBAL_025.nc, u.nc),\
31#($CCCSTOREDIR/../../subipsl/subipsl/ERA5/NETCDF/GLOBAL_025/4xdaily/AN_PL/${year}/v.${year}${month}.aphe5.GLOBAL_025.nc, v.nc)
32
33[SmoothFiles]
34List=   ()
35
36[ParametersFiles]
37List=   \
38        (${SUBMIT_DIR}/PARAM/DYNAMICO/earth_const.def, .),\
39        (${SUBMIT_DIR}/PARAM/DYNAMICO/run_dynamico.def_nbp${RESOL_NBP}, run_dynamico.def),\
40        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/sponge_dynamico.xml, .),\
41        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/context_dynamico.xml, .),\
42        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/context_input_dynamico.xml, .),\
43        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/field_def_dynamico.xml, .),\
44        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/file_def_dynamico.xml, .),\
45        (${SUBMIT_DIR}/PARAM/DYNAMICO/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
Note: See TracBrowser for help on using the repository browser.