Changeset 4120
- Timestamp:
- Oct 23, 2018, 6:19:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/ICOSA_LMDZ/make_icosa_lmdz
r4028 r4120 23 23 CPP_KEY="CPP_NONE" 24 24 ICOSA_LIB="" 25 rrtm="false" 25 26 26 27 while (($# > 0)) … … 44 45 "-p_opt") 45 46 phys_opt=$2 ; shift ; shift ;; 46 47 48 "-rrtm") 49 rrtm=$2 ; shift ; shift ;; 50 47 51 "-prod") 48 52 compil_mode="prod" ; shift ;; … … 217 221 lmdz_veget="orchidee2.0 -cpp ORCHIDEE_NOZ0H" 218 222 fi 219 ./makelmdz_fcm -p $phys $phys_opt - $compil_mode -mem -parallel $parallel -libphy -io xios -v $lmdz_veget -arch $arch -arch_path $arch_path -j $job $full_flag || exit 1223 ./makelmdz_fcm -p $phys $phys_opt -rrtm $rrtm -$compil_mode -mem -parallel $parallel -libphy -io xios -v $lmdz_veget -arch $arch -arch_path $arch_path -j $job $full_flag || exit 1 220 224 cd - 221 225
Note: See TracChangeset
for help on using the changeset viewer.