Changeset 3733
- Timestamp:
- Jun 24, 2020, 8:25:42 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/install_lmdz.sh
r3646 r3733 72 72 check_linux=1 73 73 ioipsl=1 74 veget= 174 veget=0 75 75 orchidee_rev="" # default revision of ORCHIDEE 76 76 bench=1 … … 1001 1001 # Recherche de l'executable dont le nom a change au fil du temps ... 1002 1002 gcm="" 1003 for exe in gcm.e bin/gcm_${grid_resolution}_phylmd_seq_orch.e bin/gcm_${grid_resolution}_phylmd_seq.e bin/gcm_${grid_resolution}_phylmd_para_mem _orch.e ; do1003 for exe in gcm.e bin/gcm_${grid_resolution}_phylmd_seq_orch.e bin/gcm_${grid_resolution}_phylmd_seq.e bin/gcm_${grid_resolution}_phylmd_para_mem.e bin/gcm_${grid_resolution}_phylmd_para_mem_orch.e ; do 1004 1004 if [ -f $exe ] ; then gcm=$exe ; fi 1005 1005 done … … 1066 1066 cp ../DefLists/context_lmdz.xml . 1067 1067 cp ../DefLists/field_def_lmdz.xml . 1068 cp ../DefLists/field_def_cosp*.xml . 1068 1069 cp ../DefLists/file_def_hist*xml . 1069 1070 # adapt iodef.xml to use attached mode … … 1086 1087 echo "### XIOS outputs" >> config.def 1087 1088 echo 'ok_all_xml=.true.' >> config.def 1089 1090 #activer les sorties pour Cosp 1091 if [ "$cosp" = 1 ] ; then 1092 histfile=file_def_histdayCOSP_lmdz.xml 1093 sed -e 's@enabled=".FALSE."@enabled=".TRUE."@' $histfile > tmp ; \mv -f tmp $histfile 1094 sed -e 's@output_level="_AUTO_"@output_level="5"@' $histfile > tmp ; \mv -f tmp $histfile 1095 sed -e 's@compression_level="2"@compression_level="0"@' $histfile > tmp ; \mv -f tmp $histfile 1096 fi 1088 1097 cd .. 1089 1098 fi
Note: See TracChangeset
for help on using the changeset viewer.