Ignore:
Timestamp:
Oct 5, 2023, 11:36:46 AM (14 months ago)
Author:
abierjon
Message:

Mars GCM:
Add an example of setup in util/compile to compile utilitary programs on Adastra supercomputer.
Warning: on Adastra, you need to add the netcdf library path to LD_LIBRARY_PATH before running the executable
(export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$NETCDF_DIR/lib)

AB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/changelog.txt

    r3069 r3071  
    42344234In 1D, 'q' has been converted from dimension (:,:) to (1,:,:) and 'q2' is now got through the module 'turb_mod'. It allows more generalization and to match dimension in the subroutines.
    42354235Related to commit r3066, correction of a bug to write/read a restart/start in 1D and more adaptations of the code.
     4236
     4237== 03/10/2023 == AB
     4238Add an example of setup in util/compile to compile utilitary programs on Adastra supercomputer.
     4239Warning: on Adastra, you need to add the netcdf library path to LD_LIBRARY_PATH before running the executable
     4240(export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$NETCDF_DIR/lib)
Note: See TracChangeset for help on using the changeset viewer.