Changeset 2834 for trunk/LMDZ.MARS
- Timestamp:
- Nov 29, 2022, 5:07:39 PM (2 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2830 r2834 3826 3826 - add the ouput "zzlev" (= interlayer altitudes) in libf/phymars/physiq_mod.F 3827 3827 so that it can be directly used by aeroptical.F90 to compute delta_z 3828 3829 == 29/11/2022 == AB 3830 Add an example of setup in LMDZ.MARS/util/compile to compile utilitary programs 3831 on Irene-Rome supercomputer. -
trunk/LMDZ.MARS/util/compile
r2817 r2834 72 72 # COMPILER="ifort" 73 73 # COMPILER_OPTIONS="-O2 -ip" 74 # 75 # Example of a setup on the Irene-Rome supercomputer 76 # module unload netcdf-c netcdf-fortran hdf5 flavor perl hdf5 boost blitz mpi gnu 77 # module load flavor/buildcompiler/intel/20 78 # module load flavor/hdf5/parallel 79 # module load netcdf-fortran/4.4.4 80 # module load hdf5/1.8.20 81 # NETCDF_HOME=$NETCDFFORTRAN_ROOT 82 # COMPILER="ifort" 83 # COMPILER_OPTIONS="-O2 -ip" 74 84 75
Note: See TracChangeset
for help on using the changeset viewer.