Changeset 3181 for trunk/LMDZ.COMMON/libf/evolution/deftank
- Timestamp:
- Jan 25, 2024, 2:33:52 PM (11 months ago)
- 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 31 31 #------------------ Modify here the name of PCM exe -------------------- 32 32 ## fill in the name of executable for PCM: 33 exePCM= testphys1d_29_phymars_para.e33 exePCM="testphys1d_29_phymars_para.e" 34 34 35 35 #----------- Modify here the name of the orbital data file ------------- 36 36 ## fill in the name of executable for PCM: 37 orb_data= obl_ecc_lsp.asc37 orb_data="obl_ecc_lsp.asc" 38 38 39 39 #------ Check if files/directories necessary for the script exist ------ -
trunk/LMDZ.COMMON/libf/evolution/deftank/launch_pem.sh
r3145 r3181 32 32 #------------------ Modify here the name of PEM exe -------------------- 33 33 ## fill in the name of executable for PEM: 34 exePEM= pem_29_phymars_seq.e34 exePEM="pem_29_phymars_seq.e" 35 35 36 36 #-------------- Modify here the name of reshape XIOS exe --------------- 37 37 ## fill in the name of executable for reshape XIOS: 38 exeReshape= reshape_XIOS_output_64x48x29_phymars_seq.e38 exeReshape="reshape_XIOS_output_64x48x29_phymars_seq.e" 39 39 40 40 #------ Check if files/directories necessary for the script exist ------
Note: See TracChangeset
for help on using the changeset viewer.