Changeset 8328 for trunk/NEMOGCM/CONFIG/makenemo
- Timestamp:
- 2017-07-13T13:32:56+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/CONFIG/makenemo
r7756 r8328 63 63 # :: 64 64 # 65 # $ ./makenemo -m ifort_osx - j3 -n ORCA2_LIM 65 # $ ./makenemo -m ifort_osx - j3 -n ORCA2_LIM3_PISCES 66 66 # 67 67 # … … 267 267 #- 268 268 #- Choose a default configuration if needed --- 269 #- ORCA2_LIM or last one used ---269 #- ORCA2_LIM3_PISCES or last one used --- 270 270 . ${COMPIL_DIR}/Fcheck_config.sh cfg.txt ${NEW_CONF} || exit 271 271 272 272 if [ ${#NEW_CONF} -eq 0 ] ; then 273 273 if [ ${#NEM_SUBDIR} -eq 0 ] && [ ${#REF_CONF} -eq 0 ] && [ ${#USP_CONF} -eq 0 ] ; then 274 echo "You are installing a new default (ORCA2_LIM ) configuration"274 echo "You are installing a new default (ORCA2_LIM3_PISCES) configuration" 275 275 ind=0 276 276 . ${COMPIL_DIR}/Fread_dir.sh OPA_SRC YES … … 280 280 . ${COMPIL_DIR}/Fread_dir.sh NST_SRC YES 281 281 . ${COMPIL_DIR}/Fread_dir.sh OFF_SRC NO 282 REF_CONF=ORCA2_LIM 282 . ${COMPIL_DIR}/Fread_dir.sh SAO_SRC NO 283 . ${COMPIL_DIR}/Fread_dir.sh SAS_SRC NO 284 REF_CONF=ORCA2_LIM3_PISCES 283 285 elif [ ${#NEM_SUBDIR} -gt 0 ] && [ ${#REF_CONF} -eq 0 ] && [ ${#USP_CONF} -eq 0 ] ; then 284 echo "You are installing a new configuration based on ORCA2_LIM "286 echo "You are installing a new configuration based on ORCA2_LIM3_PISCES" 285 287 TAB=( ${NEM_SUBDIR} ) 286 REF_CONF=ORCA2_LIM 288 REF_CONF=ORCA2_LIM3_PISCES 287 289 elif [ ${#NEM_SUBDIR} -eq 0 ] && [ ${#REF_CONF} -gt 0 ]; then 288 290 echo "You are installing a new configuration based on ${REF_CONF}"
Note: See TracChangeset
for help on using the changeset viewer.