Changeset 5479
- Timestamp:
- 10/29/20 16:00:01 (4 years ago)
- Location:
- CONFIG/UNIFORM/v7
- Files:
-
- 175 added
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/ARCH/arch-X64_IRENE-AMD.path
r5100 r5479 19 19 BLITZ_LIB="" 20 20 21 OASIS_INCDIR=" "22 OASIS_LIBDIR=" "23 OASIS_LIB=" "21 OASIS_INCDIR="-I$PWD/../../oasis3-mct/BLD/build/lib/psmile.MPI1" 22 OASIS_LIBDIR="-L$PWD/../../oasis3-mct/BLD/lib" 23 OASIS_LIB="-lpsmile.MPI1 -lscrip -lmct -lmpeu" 24 24 25 25 IOIPSL_INCDIR="-I$ROOT/../IOIPSL/inc" -
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/ARCH/arch-X64_IRENE.path
r4327 r5479 19 19 BLITZ_LIB="" 20 20 21 OASIS_INCDIR=" "22 OASIS_LIBDIR=" "23 OASIS_LIB=" "21 OASIS_INCDIR="-I$PWD/../../oasis3-mct/BLD/build/lib/psmile.MPI1" 22 OASIS_LIBDIR="-L$PWD/../../oasis3-mct/BLD/lib" 23 OASIS_LIB="-lpsmile.MPI1 -lscrip -lmct -lmpeu" 24 24 25 25 IOIPSL_INCDIR="-I$ROOT/../IOIPSL/inc" -
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/ARCH/arch-X64_JEANZAY.path
r4780 r5479 19 19 BLITZ_LIB="" 20 20 21 OASIS_INCDIR=" "22 OASIS_LIBDIR=" "23 OASIS_LIB=" "21 OASIS_INCDIR="-I$PWD/../../oasis3-mct/BLD/build/lib/psmile.MPI1" 22 OASIS_LIBDIR="-L$PWD/../../oasis3-mct/BLD/lib" 23 OASIS_LIB="-lpsmile.MPI1 -lscrip -lmct -lmpeu" 24 24 25 25 IOIPSL_INCDIR="-I$ROOT/../IOIPSL/inc" -
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/DRIVER/dynamico.driver
r4607 r5479 69 69 70 70 # Set iflag_phys even though it only will be read but not used for the case create_etat0_limit=n 71 if [ X${dynamico_UserChoices_iflag_phys} = X ] || X${dynamico_UserChoices_iflag_phys} = X1 ]; then71 if [ X${dynamico_UserChoices_iflag_phys} = X ] || [ X${dynamico_UserChoices_iflag_phys} = X1 ]; then 72 72 # iflag_phys is not set or iflag_phys=1 => run is not an aquaplanet 73 73 IGCM_comp_modifyDefFile nonblocker run_dynamico.def iflag_phys 1 … … 115 115 fi 116 116 117 if [ X${config_ListOfComponents_CPL} = Xoasis ] ; then 118 echo "Coupling mode using oasis, set using_oasis=y in run_dynamico.def" 119 IGCM_comp_modifyDefFile nonblocker run_dynamico.def using_oasis y 120 else 121 echo "DYNAMICO is running in forced mode without ocean model, set using_oasis=y in run_dynamico.def" 122 IGCM_comp_modifyDefFile nonblocker run_dynamico.def using_oasis n 123 fi 124 117 125 118 126 # Compression level (if CompressionLevel is not empty) -
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/DRIVER/xios.driver
r4281 r5479 16 16 17 17 echo UPDATE IOS !!! 18 # Activate server mode 19 IGCM_comp_modifyXmlFile force iodef.xml using_server NONE true 20 21 # Activate 2nd server level for CMIP6 type experiments (CMIP6 workflow) 22 if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] || [ X"$( echo ${config_UserChoices_ExpType} | grep MR025 )" != "X" ] ; then 23 IGCM_comp_modifyXmlFile force iodef.xml using_server2 NONE true 24 fi 18 25 19 26 if [ -f namcouple ] ; then 20 sed -e "s/2 LMDZ oceanx/3 LMDZoceanx ${config_Executable_IOS[1]}/" namcouple > namcouple.tmp27 sed -e "s/2 icosa oceanx/3 icosa oceanx ${config_Executable_IOS[1]}/" namcouple > namcouple.tmp 21 28 IGCM_sys_Mv namcouple.tmp namcouple 22 29 fi -
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/config.def_actuel
r4281 r5479 1 ## level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 2 level_coupling_esm= _AUTO_: DEFAULT = 0 3 ## carbon_cycle_cpl: couplage des flux de carbone ATM/OCE, ATM/SRF 4 carbon_cycle_cpl=_AUTO_ : DEFAULT=n 5 ## carbon_cycle_tr: transport atmospherique de CO2 dans LMDZ 6 carbon_cycle_tr=_AUTO_ : DEFAULT=n 7 ## carbon_cycle_rad: utilisation de traceur CO2 dans le code radiatif 8 carbon_cycle_rad=_AUTO_ : DEFAULT=n 9 1 10 ## Cycle diurne ou non 2 11 iflag_cycle_diurne=1 … … 72 81 # 73 82 # Aerosols stratospheriques utilises par defaut 74 flag_aerosol_strat= 283 flag_aerosol_strat=_AUTO_ : DEFAULT=2 75 84 # Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones 76 85 ok_volcan=n -
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/config.def_annuel
r4281 r5479 1 # level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 2 level_coupling_esm= _AUTO_: DEFAULT = 0 3 ## carbon_cycle_cpl: couplage des flux de carbone ATM/OCE, ATM/SRF 4 carbon_cycle_cpl=_AUTO_ : DEFAULT=n 5 ## carbon_cycle_tr: transport atmospherique de CO2 dans LMDZ 6 carbon_cycle_tr=_AUTO_ : DEFAULT=n 7 ## carbon_cycle_rad: utilisation de traceur CO2 dans le code radiatif 8 carbon_cycle_rad=_AUTO_ : DEFAULT=n 9 1 10 ## Cycle diurne ou non 2 11 iflag_cycle_diurne=1 … … 73 82 # 74 83 # Aerosols stratospheriques utilises par defaut 75 flag_aerosol_strat= 284 flag_aerosol_strat=_AUTO_ : DEFAULT=2 76 85 # Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones 77 86 ok_volcan=n -
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/config.def_preind
r4281 r5479 1 ## level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 2 level_coupling_esm= _AUTO_: DEFAULT = 0 3 ## carbon_cycle_cpl: couplage des flux de carbone ATM/OCE, ATM/SRF 4 carbon_cycle_cpl=_AUTO_ : DEFAULT=n 5 ## carbon_cycle_tr: transport atmospherique de CO2 dans LMDZ 6 carbon_cycle_tr=_AUTO_ : DEFAULT=n 7 ## carbon_cycle_rad: utilisation de traceur CO2 dans le code radiatif 8 carbon_cycle_rad=_AUTO_ : DEFAULT=n 9 1 10 ## Cycle diurne ou non 2 11 iflag_cycle_diurne=1 … … 73 82 # Aerosols stratospheriques utilises par defaut 74 83 # 75 flag_aerosol_strat= 284 flag_aerosol_strat=_AUTO_ : DEFAULT=2 76 85 # Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones 77 86 ok_volcan=n -
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/iodef.xml
r4386 r5479 30 30 <variable id="print_file" type="bool">false</variable> 31 31 <variable id="using_oasis" type="bool">false</variable> 32 <variable id="oasis_codes_id" type="string" > LMDZ,oceanx</variable>32 <variable id="oasis_codes_id" type="string" >icosa,oceanx</variable> 33 33 </variable_group> 34 34 <variable id="activate_non_distributed_transformation" type="bool">true</variable> 35 35 <variable id="recv_field_timeout" type="double">3000.0</variable> 36 <variable id="call_oasis_enddef" type="bool">true</variable> 36 37 </variable_definition> 37 38 -
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/run.def
r4285 r5479 57 57 no_ter_antartique=y 58 58 ### Do not call phytrac to speed things up 59 iflag_phytrac=_AUTO_: DEFAULT = 0 59 iflag_phytrac=_AUTOBLOCKER_: DEFAULT = 0 60 ### cpl_old_calving : use n for DYNAMICO and new coupling weight(MR025) 61 cpl_old_calving = _AUTO_ 60 62 -
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/run_dynamico.def_nbp160
r4599 r5479 51 51 restart_file_name=restart 52 52 53 # Use of oasis or not (needed to initialize and finalize coupling mode) 54 using_oasis=_AUTOBLOCKER_ 55 53 56 # ---------------------------------- Dissipation --------------------------------- 54 57 -
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/run_dynamico.def_nbp40
r4599 r5479 51 51 restart_file_name=restart 52 52 53 # Use of oasis or not (needed to initialize and finalize coupling mode) 54 using_oasis=_AUTOBLOCKER_ 55 53 56 # ---------------------------------- Dissipation --------------------------------- 54 57 -
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/run_dynamico.def_nbp80
r4599 r5479 51 51 restart_file_name=restart 52 52 53 # Use of oasis or not (needed to initialize and finalize coupling mode) 54 using_oasis=_AUTOBLOCKER_ 55 53 56 # ---------------------------------- Dissipation --------------------------------- 54 57 -
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/traceur.def
r4358 r5479 4 4 10 10 H2Oi 5 5 00 00 Aga 6 -
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/compile_icolmdzor.sh
r4975 r5479 104 104 jean-zay*) 105 105 fcm_arch=X64_JEANZAY;; 106 irene*) 107 fcm_arch=X64_IRENE;; 106 irene170|irene171|irene190|irene191|irene192|irene193) 107 fcm_arch=X64_IRENE;; 108 irene172|irene173|irene194|irene195) 109 fcm_arch=X64_IRENE-AMD;; 108 110 asterix*|obelix*) 109 111 fcm_arch=ifort_LSCE
Note: See TracChangeset
for help on using the changeset viewer.