Ignore:
Timestamp:
Oct 6, 2023, 5:32:11 PM (14 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.COMMON/libf/evolution/glaciers_mod.F90

    r3002 r3076  
    2626!!!
    2727!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    28 
    2928
    3029IMPLICIT NONE
     
    105104subroutine compute_hmaxglaciers(ngrid,nslope,iflat,def_slope_mean,Tice,name_ice,hmax)
    106105
    107      USE comconst_mod, ONLY: pi,g
     106use comconst_mod,  only: pi,g
     107use abort_pem_mod, only: abort_pem
    108108
    109109!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     
    181181!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    182182
    183       USE comconst_mod, ONLY: pi
     183use comconst_mod,  only: pi
     184use abort_pem_mod, only: abort_pem
    184185
    185186
Note: See TracChangeset for help on using the changeset viewer.