Changeset 420 for LMDZ.3.3/branches/rel-LF
- Timestamp:
- Oct 17, 2002, 11:42:51 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/makegcm
r413 r420 23 23 24 24 ###### VERSION LMDZ.3.3 25 # set LMDGCM=$HOME/LMDZ.3.3 25 set LMDGCM="`pwd`" 26 26 # 27 27 28 28 setenv localdir "`pwd`" 29 setenv LIBOGCM "`pwd`/lib" 29 30 set MODIPSL=0 30 31 echo $localdir | grep modipsl >& /dev/null … … 38 39 cd $localdir 39 40 if ( `hostname` == rhodes ) then 40 set NCDFINC=`grep sxnec ../../util/AA_make.gdef| grep NCDF_INC|sed -e "s/^.* =//"` 41 set NCDFLIB=`grep sxnec ../../util/AA_make.gdef| grep NCDF_LIB|sed -e 's/^.* =//'` 41 # set NCDFINC=`grep sxnec ../../util/AA_make.gdef| grep NCDF_INC|sed -e "s/^.* =//"` 42 # set NCDFLIB=`grep sxnec ../../util/AA_make.gdef| grep NCDF_LIB|sed -e 's/^.* =//'` 43 set NCDFINC="$NETCDF_I8R8" 44 set NCDFLIB="$NETCDF_I8R8" 42 45 else 43 46 if ( `hostname` == nymphea0 ) then … … 480 483 ######################################################################## 481 484 482 set include="$include $NCDFINC -I$IOIPSLDIR" 485 if ( $XNEC ) then 486 set include="$include $NCDFINC -I$IOIPSLDIR" 487 else 488 set include="$include -I$NCDFINC -I$IOIPSLDIR" 489 endif 483 490 echo $include 484 491 … … 674 681 endif 675 682 else 676 set opt_link=" -C hopt -float0 -ew -P static -L$MODIPSLDIR -lsxsechiba -lsxparameters -lsxstomate -lsxioipsl $N CDFLIB $NCDFINC"683 set opt_link=" -C hopt -float0 -ew -P static -L$MODIPSLDIR -lsxsechiba -lsxparameters -lsxstomate -lsxioipsl $NETCDF_I8R8 " 677 684 endif 678 685 set mod_loc_dir="./"
Note: See TracChangeset
for help on using the changeset viewer.