Changeset 2817 for trunk/LMDZ.MARS/util/compile
- Timestamp:
- Nov 14, 2022, 6:39:11 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/util/compile
r2451 r2817 24 24 # in the C library and "-lnetcdff" should be replaced with "-lnetcdf") 25 25 26 $COMPILER $COMPILER_OPTIONS $1.F90 \ 26 code=$1.F90 # default 27 # some programs need to compile external modules 28 if [[ "$code" == aeroptical.F90 ]] 29 then 30 code="aeropt_mod.F90 $code" 31 fi 32 33 $COMPILER $COMPILER_OPTIONS $code \ 27 34 -I$NETCDF_HOME/include \ 28 35 -L$NETCDF_HOME/lib -lnetcdff \
Note: See TracChangeset
for help on using the changeset viewer.