Changeset 3376 for trunk/LMDZ.PLUTO


Ignore:
Timestamp:
Jun 13, 2024, 2:52:12 PM (5 months ago)
Author:
afalco
Message:

Pluto PCM: zrecast default file to compile. AF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/util/compile

    r3353 r3376  
    11source ~/.bashrc
     2SOURCE=${1:-zrecast_plut}
    23# The following script can be used to compile one of the utilities
    34# program. Example of use :
     
    56# > compile zrecast
    67
    7 # pgf90 -Bstatic   $1.F90 \
     8# pgf90 -Bstatic   $SOURCE.F90 \
    89#-I/distrib/local/netcdf/pgi_7.1-6_32/include \
    9 #-L/distrib/local/netcdf/pgi_7.1-6_32/lib -lnetcdf  -o $1.e
     10#-L/distrib/local/netcdf/pgi_7.1-6_32/lib -lnetcdf  -o $SOURCE.e
    1011
    11 #pgf90 $1.F90 \
    12 gfortran $1.F90 \
     12#pgf90 $SOURCE.F90 \
     13gfortran $SOURCE.F90 \
    1314-I$NETCDF/include \
    14 -L$NETCDF/lib -lnetcdff -o $1.e
     15-L$NETCDF/lib -lnetcdff -o $SOURCE.e
    1516
    1617# Before running that on you computer you might want to change :
     
    3738#-L/donnees/emlmd/netcdf64-4.0.1_gfortran/lib -lnetcdf -o zrecast.e
    3839
    39 #ifort $1.F90 \
     40#ifort $SOURCE.F90 \
    4041#-I/donnees/emlmd/netcdf64-4.0.1_ifort/include \
    41 #-L/donnees/emlmd/netcdf64-4.0.1_ifort/lib -lnetcdf -o $1.e
     42#-L/donnees/emlmd/netcdf64-4.0.1_ifort/lib -lnetcdf -o $SOURCE.e
    4243
    4344
Note: See TracChangeset for help on using the changeset viewer.