Changeset 3209 for trunk/LMDZ.MARS


Ignore:
Timestamp:
Feb 9, 2024, 11:29:02 AM (10 months ago)
Author:
jbclement
Message:

Mars PCM:

  • Addition in the deftank of a bash script "launch_1Dchained.sh" to make chained simulations of 1D PCM runs.
  • Move the script "launch_orb_1Dchained.sh" from the PEM deftank to the Mars PCM deftank.

JBC

Location:
trunk/LMDZ.MARS
Files:
1 added
1 edited
1 moved

Legend:

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

    r3208 r3209  
    44794479== 08/02/2024 == JBC
    44804480Following r3203, initialization cases for subslopes parametrization in 1D have been settled: it can be done with 'nslope' in "run.def" or by using an appropriate "startfi.nc". Addition of error/warning messages for the different situations to be user-friendly.
     4481
     4482== 09/02/2024 == JBC
     4483- Addition in the deftank of a bash script "launch_1Dchained.sh" to make chained simulations of 1D PCM runs.
     4484- Move the script "launch_orb_1Dchained.sh" from the PEM deftank to the Mars PCM deftank.
  • trunk/LMDZ.MARS/deftank/launch_orb_1Dchained.sh

    r3208 r3209  
    22################################################################
    33### Launching script for a chained simulation of 1D PCM runs ###
     4###                following orbital changes                 ###
    45################################################################
    56
     
    2122LC_NUMERIC=en_US.UTF-8
    2223
     24
     25################################################################
    2326#--------- Modify here the number of years for initialization ----------
    2427## set the number of Earth years before present to start:
     
    3639## fill in the name of executable for PCM:
    3740orb_data="obl_ecc_lsp.asc"
     41################################################################
     42
    3843
    3944#------ Check if files/directories necessary for the script exist ------
     
    138143    # Modify the orbital parameters
    139144      # controle(15) = periheli ! min. Sun-Mars distance (Mkm)  ̃206.66
    140       # controle(16) = aphelie  ! max. SUn-Mars distance (Mkm)  ̃249.22
     145      # controle(16) = aphelie  ! max. Sun-Mars distance (Mkm)  ̃249.22
    141146      # controle(17) = peri_day ! date of perihelion (sols since N. spring)
    142147      # controle(18) = obliquit ! Obliquity of the planet (deg)  ̃23.98
Note: See TracChangeset for help on using the changeset viewer.