Ignore:
Timestamp:
Jan 25, 2024, 2:33:52 PM (11 months ago)
Author:
jbclement
Message:

PEM:

  • Addition of a script "inipem_orbit.sh" in the deftank to modify the orbital parameters of a file "startfi.nc" according to the date set in the file "run_PEM.def" and data found in "obl_ecc_lsp.asc";
  • Flow of glaciers is now computed only when there are slopes;
  • Reversion to the name "diagpem.nc" for the PEM outputs (as decided) which was modified in r3171;
  • Some small cleanings.

JBC

Location:
trunk/LMDZ.COMMON/libf/evolution/deftank
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/deftank/launch_orb_1Dchained.sh

    r3173 r3181  
    3131#------------------ Modify here the name of PCM exe --------------------
    3232## fill in the name of executable for PCM:
    33 exePCM=testphys1d_29_phymars_para.e
     33exePCM="testphys1d_29_phymars_para.e"
    3434
    3535#----------- Modify here the name of the orbital data file -------------
    3636## fill in the name of executable for PCM:
    37 orb_data=obl_ecc_lsp.asc
     37orb_data="obl_ecc_lsp.asc"
    3838
    3939#------ Check if files/directories necessary for the script exist ------
  • trunk/LMDZ.COMMON/libf/evolution/deftank/launch_pem.sh

    r3145 r3181  
    3232#------------------ Modify here the name of PEM exe --------------------
    3333## fill in the name of executable for PEM:
    34 exePEM=pem_29_phymars_seq.e
     34exePEM="pem_29_phymars_seq.e"
    3535
    3636#-------------- Modify here the name of reshape XIOS exe ---------------
    3737## fill in the name of executable for reshape XIOS:
    38 exeReshape=reshape_XIOS_output_64x48x29_phymars_seq.e
     38exeReshape="reshape_XIOS_output_64x48x29_phymars_seq.e"
    3939
    4040#------ Check if files/directories necessary for the script exist ------
Note: See TracChangeset for help on using the changeset viewer.