Changeset 1521 for trunk/LMDZ.GENERIC/makegcm_gfortran
- Timestamp:
- Mar 25, 2016, 10:34:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/makegcm_gfortran
r1403 r1521 34 34 setenv NCDFINC /donnees/emlmd/netcdf64-4.0.1_gfortran/include 35 35 ##### 36 37 38 36 # Adapt example below to your personal machine (here "antolini"), if necessary 37 if (`hostname -s` == "antolini" ) then 38 setenv NCDFLIB /home/MILLOUR/netcdf64-4.0.1_gfortran/lib 39 setenv NCDFINC /home/MILLOUR/netcdf64-4.0.1_gfortran/include 40 endif 39 41 40 42 setenv localdir "`pwd`" … … 409 411 set phys="L_PHY= LIBPHY=" 410 412 else 411 set src_dirs="$src_dirs phy$physique" 412 set include="$include "' -I$(LIBF)/phy'"$physique" 413 set src_dirs="$src_dirs phy_common phy$physique" 414 set include="$include "'-I$(LIBF)/phy_common -I$(LIBF)/phy'"$physique" 415 set LIBPHY_COMMON='$(LIBO)/libphy_common.a' 413 416 endif 414 417 set libdyn_phy="" … … 793 796 LIBO=$libo \ 794 797 $phys \ 798 LIBPHY_COMMON=${LIBPHY_COMMON} \ 795 799 LIBDYN_PHYS=${LIBDYN_PHYS} \ 796 800 DIM=$dimc \ … … 821 825 LIBO=$libo \ 822 826 $phys \ 827 LIBPHY_COMMON=${LIBPHY_COMMON} \ 823 828 LIBDYN_PHYS=${LIBDYN_PHYS} \ 824 829 DIM=$dimc \
Note: See TracChangeset
for help on using the changeset viewer.