Ignore:
Timestamp:
Mar 25, 2026, 11:19:02 AM (3 weeks ago)
Author:
jbclement
Message:

PEM:

  • Fix outputs "diagevo.nc" for 3D data.
  • Fix sign in computing exchanges due to adsorption/ice table and in balancing H2O flux from/into atmosphere.
  • Few cleanings.

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/deftank/pcm_run.job

    r4110 r4152  
    6565k=0
    6666if [ $(echo "$k > 0" | bc) -eq 1 ]; then # Only the last 2 years are taken for the PEM
    67     cp Xoutdaily4pem.nc Xoutdaily4pem_Y${k}.nc
    68     cp Xoutyearly4pem.nc Xoutyearly4pem_Y${k}.nc
     67    cp xoutdaily4pem.nc xoutdaily4pem_y${k}.nc
     68    cp xoutyearly4pem.nc xoutyearly4pem_y${k}.nc
    6969fi
    70 mv Xoutdaily4pem.nc diags/Xoutdaily4pem${i_pcm_run}.nc
    71 mv Xoutyearly4pem.nc diags/Xoutyearly4pem${i_pcm_run}.nc
     70mv xoutdaily4pem.nc diags/xoutdaily4pem${i_pcm_run}.nc
     71mv xoutyearly4pem.nc diags/xoutyearly4pem${i_pcm_run}.nc
    7272cp restartfi.nc starts/restartfi${i_pcm_run}.nc
    7373mv restartfi.nc startfi.nc
Note: See TracChangeset for help on using the changeset viewer.