Changeset 4110 for trunk/LMDZ.COMMON/libf/evolution/deftank/pem_run.job
- Timestamp:
- Mar 9, 2026, 10:29:53 AM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/pem_run.job
r4091 r4110 30 30 ulimit -s unlimited 31 31 32 # Checking the executable 33 if [ ! -f $pem_exe ]; then 34 echo "Error: required file \"$pem_exe\" not found!" 35 exit 1 36 fi 37 32 38 # Running the PEM 33 39 read n_yr_sim ntot_yr_sim r_plnt2earth_yr i_pcm_run i_pem_run n_pcm_runs n_pcm_runs_ini < pem_workflow.sts … … 42 48 # Copy data files and prepare the next run 43 49 mv run.log logs/run_pem${i_pem_run}.log 44 if [ -f "diagevo l.nc" ]; then45 mv diagevo l.nc diags/diagevol${i_pem_run}.nc50 if [ -f "diagevo.nc" ]; then 51 mv diagevo.nc diags/diagevo${i_pem_run}.nc 46 52 fi 47 if [ -f "diagevo l_soil.nc" ]; then48 mv diagevo l_soil.nc diags/diagevol_soil${i_pem_run}.nc53 if [ -f "diagevo_soil.nc" ]; then 54 mv diagevo_soil.nc diags/diagevo_soil${i_pem_run}.nc 49 55 fi 50 cp restartevo l.nc starts/restartevol${i_pem_run}.nc51 mv restartevo l.nc startevol.nc56 cp restartevo.nc starts/restartevo${i_pem_run}.nc 57 mv restartevo.nc startevo.nc 52 58 cp restartfi.nc starts/restartfi_postpem${i_pem_run}.nc 53 59 mv restartfi.nc startfi.nc
Note: See TracChangeset
for help on using the changeset viewer.
