Ignore:
Timestamp:
Oct 6, 2023, 5:32:11 PM (16 months ago)
Author:
jbclement
Message:

PEM:
Big cleaning/improvements of the PEM:

  • Conversion of "abort_pem.F" and "soil_settings_PEM.F" into Fortran 90;
  • Transformation of every PEM subroutines into module;
  • Rewriting of many subroutines with modern Fortran syntax;
  • Correction of a bug in "pem.F90" when calling 'recomp_tend_co2_slope'. The arguments were given in disorder and emissivity was missing;
  • Update of "launch_pem.sh" in deftank.

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/deftank/pem/launch_pem.sh

    r3068 r3076  
    168168    mv startfi.nc startfi_evol.nc
    169169    if [ -f "start.nc" ]; then
    170         cp start.nc start_evol.nc
     170        mv start.nc start_evol.nc
    171171    elif [ -f "start1D.txt" ]; then
    172         cp start1D.txt start1D_evol.txt
     172        mv start1D.txt start1D_evol.txt
    173173    fi
    174174    ./$exePEM > out_runPEM${iPEM} 2>&1
Note: See TracChangeset for help on using the changeset viewer.