Changeset 1521 for trunk/LMDZ.MARS/makegcm_gfortran
- Timestamp:
- Mar 25, 2016, 10:34:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/makegcm_gfortran
r1499 r1521 29 29 # You may set LIBOGCM to something else; otherwise we default to: 30 30 setenv LIBOGCM $LMDGCM/libo 31 ## NetCDF Libraries: what follows is OK for LMD 32 and 64bit Linux Machines 32 #if ( `uname -m` == "x86_64" ) then 33 # 64 bit machines 31 ## NetCDF Libraries: what follows is OK for LMD 64bit Linux Machines 34 32 setenv NCDFLIB /donnees/emlmd/netcdf64-4.0.1_gfortran/lib 35 33 setenv NCDFINC /donnees/emlmd/netcdf64-4.0.1_gfortran/include 36 #else37 # setenv NCDFLIB /donnees/emlmd/netcdf-4.0.1_gfortran/lib38 # setenv NCDFINC /donnees/emlmd/netcdf-4.0.1_gfortran/include39 #endif40 34 #### 35 # Adapt example below to your personal machine (here "antolini"), if necessary 36 if (`hostname -s` == "antolini" ) then 37 setenv NCDFLIB /home/MILLOUR/netcdf64-4.0.1_gfortran/lib 38 setenv NCDFINC /home/MILLOUR/netcdf64-4.0.1_gfortran/include 39 endif 41 40 42 41 setenv localdir "`pwd`" … … 413 412 set phys="L_PHY= LIBPHY=" 414 413 else 415 set src_dirs="$src_dirs aerono$physique phy$physique" 416 set include="$include "'-I$(LIBF)/aerono'"$physique"' -I$(LIBF)/phy'"$physique" 414 set src_dirs="$src_dirs phy_common aerono$physique phy$physique" 415 set include="$include "'-I$(LIBF)/phy_common -I$(LIBF)/aerono'"$physique"' -I$(LIBF)/phy'"$physique" 416 set LIBPHY_COMMON='$(LIBO)/libphy_common.a' 417 417 endif 418 418 set libdyn_phy="" … … 796 796 LIBO=$libo \ 797 797 $phys \ 798 LIBPHY_COMMON=${LIBPHY_COMMON} \ 798 799 LIBDYN_PHYS=${LIBDYN_PHYS} \ 799 800 DIM=$dimc \ … … 824 825 LIBO=$libo \ 825 826 $phys \ 827 LIBPHY_COMMON=${LIBPHY_COMMON} \ 826 828 LIBDYN_PHYS=${LIBDYN_PHYS} \ 827 829 DIM=$dimc \
Note: See TracChangeset
for help on using the changeset viewer.