Changeset 1540 for trunk/LMDZ.COMMON/makelmdz_fcm
- Timestamp:
- Apr 13, 2016, 9:57:46 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/makelmdz_fcm
r1530 r1540 36 36 job=1 37 37 full='' 38 libphy=false 38 39 39 40 LMDGCM=`/bin/pwd` … … 192 193 full="-full" ; shift ;; 193 194 195 "-libphy") 196 libphy="true" ; shift ;; 197 194 198 "-arch") 195 199 arch=$2 ; shift ; shift ;; … … 264 268 PHY_COMMON_PATH="${LIBFGCM}/phy_common" 265 269 # set the dyn/phys interface path 266 DYN_PHYS_PATH="${LIBFGCM}/dyn lonlat_phylonlat"267 DYN_PHYS_SUB_PATH="${LIBFGCM}/dyn lonlat_phylonlat/phy${phys_root}"270 DYN_PHYS_PATH="${LIBFGCM}/dynphy_lonlat" 271 DYN_PHYS_SUB_PATH="${LIBFGCM}/dynphy_lonlat/phy${phys_root}" 268 272 fi 269 273 … … 599 603 then 600 604 SUFF_NAME=${SUFF_NAME}_inca 605 fi 606 607 if [[ $libphy == "true" ]] 608 then 609 # special case where we compile only the physics 610 DYN=$LMDGCM/.void_dir 611 DYN_COMMON_PATH=$LMDGCM/.void_dir 612 FILTRE_PATH=$LMDGCM/.void_dir 613 DYN_PHYS_PATH=$LMDGCM/.void_dir 614 DYN_PHYS_SUB_PATH=$LMDGCM/.void_dir 615 #and there is no main program to generate 616 code="" 617 SUFF_NAME="" 618 else 619 SUFF_NAME=${SUFF_NAME}.e 601 620 fi 602 621 … … 652 671 rm -rf config 653 672 ln -s $LIBOGCM/${arch}${SUFF_NAME}/.config config 654 ln -s $LIBOGCM/${arch}${SUFF_NAME}/.config/ tmptmp_src673 ln -s $LIBOGCM/${arch}${SUFF_NAME}/.config/ppsrc tmp_src 655 674 656 675
Note: See TracChangeset
for help on using the changeset viewer.