source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZ/LAM/CREATE_amip/COMP/dynamico.card @ 6791

Last change on this file since 6791 was 6791, checked in by aclsce, 3 months ago

Merge ICOLMDZORINCA_v7_work into IPSLCM7_work

  • Added LAM experiments into ICOLMDZ and ICOLMDZOR experiment directory
  • Use of guided_type variable (instead of ok_guide) into dynamico.card
  • Added create_etat0_limit_unstruct_mod.F90 into SOURCES/LMDZ to fix bad termination in case of create_etat0 with DYNAMICO.
File size: 1.3 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5RESOL_NBP=80
6RESOL_ATM_Z=79
7etat0=database
8
9# create_etat0_limit=n is used for normal GCM run
10create_etat0_limit = y
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]
28List=   (${SUBMIT_DIR}/PARAM/DYNAMICO/earth_const.def, .),\
29        (${SUBMIT_DIR}/PARAM/DYNAMICO/LAM/run_dynamico_global_France.def, run_dynamico.def),\
30        (${MODIPSL}/modeles/DYNAMICO/xml/sponge_dynamico.xml, .),\
31        (${MODIPSL}/modeles/DYNAMICO/xml/context_dynamico.xml, .),\
32        (${MODIPSL}/modeles/DYNAMICO/xml/context_input_dynamico.xml, .),\
33        (${MODIPSL}/modeles/DYNAMICO/xml/field_def_dynamico.xml, .),\
34        (${MODIPSL}/modeles/ICOSA_LMDZ/xml/param_gw.xml, .), \
35        (${MODIPSL}/modeles/DYNAMICO/xml/file_def_dynamico.xml, .)
36
37
38[RestartFiles]
39List=   (NONE)
40
41[OutputText]
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*, xios_client_*)
43
44
45[OutputFiles]
46List=   ( start0.nc,       ${R_OUT_ICO_O}/Restart/${config_UserChoices_JobName}_${year}_start.nc,    NONE)
47
Note: See TracBrowser for help on using the repository browser.