source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZ/CREATE_hadisst/COMP/dynamico.card @ 6838

Last change on this file since 6838 was 6838, checked in by aclsce, 7 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).
File size: 1.4 KB
RevLine 
[4291]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 = y
[6791]10etat0=database
[4291]11
12# iflag_phys=1 is used for normal GCM run with continents (not aquaplanet)
13# iflag_phys=101, 102,... or 120 to activate aquaplanet mode
14iflag_phys=1
15
16
17[InitialStateFiles]
18List = ()         
19
20[BoundaryFiles]
21List=()
22ListNonDel=()
23
24[SmoothFiles]
25List=   ()
26
27[ParametersFiles]
[6791]28List=   (${SUBMIT_DIR}/PARAM/DYNAMICO/earth_const.def, .),\
[6656]29        (${SUBMIT_DIR}/PARAM/DYNAMICO/run_dynamico.def_nbp${RESOL_NBP}, run_dynamico.def),\
[6838]30        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/sponge_dynamico.xml, .),\
[6789]31        (${MODIPSL}/modeles/ICOSA_LMDZ/xml/param_gw.xml, .), \
[6838]32        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/context_dynamico.xml, .),\
33        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/context_input_dynamico.xml, .),\
34        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/field_def_dynamico.xml, .),\
35        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/file_def_dynamico.xml, .)
[4291]36
37
38[RestartFiles]
39List=   (NONE)
40
41[OutputText]
[4607]42List=   (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)
[4291]43
44
45[OutputFiles]
[6801]46List=   ( start0.nc,       ${R_OUT_ICO_O}/Restart/${config_UserChoices_JobName}_${year}_start.nc,    NONE)
[4291]47
Note: See TracBrowser for help on using the repository browser.