Changeset 3491 for LMDZ6/trunk/makelmdz_fcm
- Timestamp:
- May 2, 2019, 3:03:32 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/makelmdz_fcm
r3435 r3491 35 35 cosp=false 36 36 cosp2=false 37 cospv2=false 37 38 job=1 38 39 full='' … … 57 58 SISVAT_PATH=$LMDGCM/.void_dir 58 59 COSP_PATH=$LMDGCM/.void_dir 59 COSP2_PATH=$LMDGCM/.void_dir60 60 fcm_path=$LMDGCM/tools/fcm/bin 61 61 … … 97 97 [-cosp true/false] : compile with/without cosp package (default: false) 98 98 [-cosp2 true/false] : compile with/without cosp2 package (default: false) 99 [-cospv2 true/false] : compile with/without cospv2 package (default: false) 99 100 [-sisvat true/false] : compile with/without sisvat package (default: false) 100 101 [-rrtm true/false] : compile with/without rrtm package (default: false) … … 182 183 "-cosp2") 183 184 cosp2="$2" ; shift ; shift ;; 185 186 "-cospv2") 187 cospv2="$2" ; shift ; shift ;; 184 188 185 189 "-mem") … … 462 466 fi 463 467 468 if [[ "$cospv2" == "true" ]] 469 then 470 CPP_KEY="$CPP_KEY CPP_COSPV2" 471 COSP_PATH="$LIBFGCM/phylmd/cospv2" 472 # LIB="${LIB} -l${LIBPREFIX}cosp2" 473 fi 474 475 464 476 465 477 INCLUDE="$INCLUDE ${NETCDF_INCDIR}" … … 670 682 echo "%SISVAT $SISVAT_PATH" >> $config_fcm 671 683 echo "%COSP $COSP_PATH" >> $config_fcm 672 echo "%COSP2 $COSP2_PATH" >> $config_fcm673 684 echo "%CPP_KEY $CPP_KEY" >> $config_fcm 674 685 echo "%EXEC $code" >> $config_fcm
Note: See TracChangeset
for help on using the changeset viewer.