Changeset 1107 for trunk/LMDZ.COMMON/makelmdz_fcm
- Timestamp:
- Nov 19, 2013, 12:52:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/makelmdz_fcm
r1019 r1107 41 41 COSP_PATH=$LMDGCM/.void_dir 42 42 CHEM_PATH=$LMDGCM/.void_dir 43 AERONO_PATH=$LMDGCM/.void_dir 43 44 # Path to fcm utility: 44 45 ##fcm_path=$LMDGCM/tools/fcm/bin … … 92 93 [-link LINKS] : additional links with other libraries 93 94 [-j n] : active parallel compiling on ntask 94 [-full] : full recompiling95 [-full] : full (re-)compilation (from scratch) 95 96 [-fcm_path path] : path to the fcm tool (default: tools/fcm/bin) 96 97 [-ext_src path] : path to an additional set of routines to compile with the model … … 322 323 fi 323 324 325 # for Mars (but could be used by others as well), there is also "aeronomars" 326 if [[ -d ${LIBFGCM}/aerono${physique} ]] 327 then 328 AERONO_PATH="${LIBFGCM}/aerono${physique}" 329 INCLUDE="$INCLUDE -I${LIBFGCM}/aerono${physique}" 330 fi 331 324 332 INCLUDE="$INCLUDE ${NETCDF_INCDIR}" 325 333 LIB="$LIB ${NETCDF_LIBDIR}" … … 513 521 echo "%COSP $COSP_PATH" >> $config_fcm 514 522 echo "%CHEM $CHEM_PATH" >> $config_fcm 523 echo "%AERONO $AERONO_PATH" >> $config_fcm 515 524 echo "%CPP_KEY $CPP_KEY" >> $config_fcm 516 525 echo "%EXEC $code" >> $config_fcm
Note: See TracChangeset
for help on using the changeset viewer.