Changeset 5535


Ignore:
Timestamp:
Feb 12, 2025, 12:05:08 AM (5 hours ago)
Author:
fhourdin
Message:

Details on LMDZ_Setup

Location:
BOL/LMDZ_Setup
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup/main.sh

    r5465 r5535  
    2121# Version of the tar file on https://lmdz.lmd.jussieu.fr/pub/src
    2222# Last "testing" version, thoroughly checked by the LMDZ team : contains LMDZ rev 4729 (2023-10-22)
    23 version="20241018.trunk" # Preferencially use a "testing" version available
    24                      # on https://lmdz.lmd.jussieu.fr/pub/src_archives/testing/
     23version="20250210.trunk -unstable" # Last unstable version tested
     24version="20241018.trunk"           # Preferencially use a "testing" version available
     25                                   # on https://lmdz.lmd.jussieu.fr/pub/src_archives/testing/
     26
    2527svn=""
    2628# CONTACT LMDZ Team :
  • BOL/LMDZ_Setup/setup.sh

    r5534 r5535  
    1 #!/bin/bash
     1!/bin/bash
    22# This script sets up and launches a (series of) simulation(s).
    33# RECOMMENDATION: use main.sh to drive it (do not run it directly)
    44
    55set -eu
    6 set -vx
    76
    87#---------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.