Changeset 413
- Timestamp:
- Oct 15, 2002, 5:18:38 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/makegcm
r399 r413 201 201 set optim="$optim90" 202 202 set optimbis=" " 203 set opt_link=" -C hopt -float0 -ew -P static -L$MODIPSLDIR -lioipsl -L$NCDFLIB -lnetcdf_i8r8_v "203 set opt_link=" -C hopt -float0 -ew -P static -L$MODIPSLDIR -lioipsl $NCDFLIB -lnetcdf_i8r8_v " 204 204 set mod_loc_dir="." 205 205 set mod_suffix="mod" … … 480 480 ######################################################################## 481 481 482 set include="$include -I$NCDFINC -I$IOIPSLDIR"482 set include="$include $NCDFINC -I$IOIPSLDIR" 483 483 echo $include 484 484 … … 674 674 endif 675 675 else 676 set opt_link=" -C hopt -float0 -ew -P static -L$MODIPSLDIR -lsxsechiba -lsxparameters -lsxstomate -lsxioipsl $NCDFLIB -I$NCDFINC "676 set opt_link=" -C hopt -float0 -ew -P static -L$MODIPSLDIR -lsxsechiba -lsxparameters -lsxstomate -lsxioipsl $NCDFLIB $NCDFINC " 677 677 endif 678 678 set mod_loc_dir="./"
Note: See TracChangeset
for help on using the changeset viewer.