Changeset 4110 for trunk/LMDZ.COMMON/libf/evolution/deftank/README
- Timestamp:
- Mar 9, 2026, 10:29:53 AM (8 days ago)
- File:
-
- 1 edited
-
trunk/LMDZ.COMMON/libf/evolution/deftank/README (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/README
r4090 r4110 47 47 > the starting files you want to run the PCM: "startfi.nc" and "start.nc"/"start1D.txt"; 48 48 > the necessary PEM files: "pem_workflow.sh", "pem_workflow_lib.sh", "pcm_run.job", "pem_run.job", "run_pem.def" and "obl_ecc_lsp.asc"; 49 > the optional PEM files: "diagevo l.def" to define the PEM variables to be ouputted and "startevol.nc" to set the initial state of the PEM.49 > the optional PEM files: "diagevo.def" to define the PEM variables to be ouputted and "startevo.nc" to set the initial state of the PEM. 50 50 51 51 The PEM files can be found in the deftank folder. … … 55 55 > "pcm_run.job" (see below for details); 56 56 > "pem_run.job" (see below for details); 57 > def files, especially for "run_pem.def", "run_pcm.def" and "callphys.def" which must be consistent. In particular, "run_pem.def" needs to include some definitions for the physics in file "run_pcm.def" with "INCLUDEDEF=run_pcm.def".57 > def files, especially for "run_pem.def", "run_pcm.def" and "callphys.def" which must be consistent. In particular, "run_pem.def" needs to include some definitions in file "run_pcm.def" and "callphys.def" with "INCLUDEDEF=run_pcm.def". 58 58 In addition, the user has to provide a "startfi.nc" whose orbital parameters are consistent with the initial date set in "run_pem.def". The script "ini_pem_orbit.sh" can do it automatically reading "obl_ecc_lsp.asc". 59 59 … … 64 64 > the XIOS outputs of the PCM: "Xoutdaily4pem*.nc"/"Xoutyearly4pem*.nc"; 65 65 > the outputs of the chained simulation: "pem_workflow.log", "pem_workflow.sts" and possibly "kill_pem_workflow.sh"; 66 > the usual outputs of the PEM: "restartevo l.nc", "restartfi.nc", "restart.nc"/"restart1D.txt" and "diagevol.nc".66 > the usual outputs of the PEM: "restartevo.nc", "restartfi.nc", "restart.nc"/"restart1D.txt" and "diagevo.nc". 67 67 During the simulation, the PCM/PEM run files are renamed conveniently and stored in the sub-directories "logs" (log files), "starts" (starting files) and "diags" (diagnostic files). 68 68 If you run a simulation by submitting jobs, the script "kill_pem_workflow.sh" is automatically generated. It can be used to kill the jobs related to your chained simulation in the queue of the job scheduler. … … 102 102 # run_pem.def 103 103 All the possible parameters to define a PEM run (read in "config.F90"). 104 It needs to include some definitions for the physics in file "run_pcm.def" with "INCLUDEDEF=run_pcm.def".104 It needs to include some definitions in file "run_pcm.def" and "callphys.def" with "INCLUDEDEF=run_pcm.def". 105 105 106 106 # obl_ecc_lsp.asc [default], obl_ecc_lsp_pos.asc [future years] … … 126 126 127 127 # visu_layering.py: 128 Python script file to output the stratification data from the "startevo l.nc" files.128 Python script file to output the stratification data from the "startevo.nc" files. 129 129 130 # visu_layering_evo l.py:131 Python script file to output the stratification data over time from the "startevo l.nc" files.130 # visu_layering_evo.py: 131 Python script file to output the stratification data over time from the "startevo.nc" files.
Note: See TracChangeset
for help on using the changeset viewer.
