Changeset 299 for LMDZ.3.3/branches/rel-LF
- Timestamp:
- Nov 29, 2001, 2:57:07 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/makegcm
r294 r299 655 655 endif 656 656 if ($couple == true) then 657 set opt_link="$opt_link -lioipsl -loasis2.4_mpi2 -float0 -ew -P static -I$NCDFINC$NCDFLIB "657 set opt_link="$opt_link -lioipsl -loasis2.4_mpi2 -float0 -ew -P static $NCDFLIB " 658 658 else 659 set opt_link="$opt_link -L$MODIPSLDIR -lioipsl -float0 -ew -P static -I$NCDFINC$NCDFLIB "659 set opt_link="$opt_link -L$MODIPSLDIR -lioipsl -float0 -ew -P static $NCDFLIB " 660 660 endif 661 661 set mod_loc_dir="./" … … 669 669 endif 670 670 if ($couple == true) then 671 set opt_link="$opt_link -lsxioipsl -loasis2.4_mpi2 -float0 -ew -P static -I$NCDFINC$NCDFLIB "671 set opt_link="$opt_link -lsxioipsl -loasis2.4_mpi2 -float0 -ew -P static $NCDFLIB " 672 672 else 673 set opt_link="$opt_link -lsxioipsl -float0 -ew -P static -I$NCDFINC$NCDFLIB "673 set opt_link="$opt_link -lsxioipsl -float0 -ew -P static $NCDFLIB " 674 674 endif 675 675 else 676 set opt_link=" -C hopt -float0 -ew -P static -L$MODIPSLDIR -lsxsechiba -lsxparameters -lsxstomate -lsxioipsl -L$NCDFLIB -lnetcdf_i8r8_v-I$NCDFINC "676 set opt_link=" -C hopt -float0 -ew -P static -L$MODIPSLDIR -lsxsechiba -lsxparameters -lsxstomate -lsxioipsl $NCDFLIB -I$NCDFINC " 677 677 endif 678 678 set mod_loc_dir="./"
Note: See TracChangeset
for help on using the changeset viewer.