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 moved

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/compute_tendencies_slope_mod.F90

    r3075 r3076  
     1MODULE compute_tendencies_slope_mod
     2
     3implicit none
     4
     5!=======================================================================
     6contains
     7!=======================================================================
     8
    19SUBROUTINE compute_tendencies_slope(ngrid,nslope,min_ice_Y1,min_ice_Y2,tendencies_ice)
    210
     
    1826!   OUTPUT
    1927real, dimension(ngrid,nslope), intent(out) :: tendencies_ice ! physical point field : difference between the minima = evolution of perenial ice
    20 
    2128!=======================================================================
    2229
     
    2936END SUBROUTINE compute_tendencies_slope
    3037
     38END MODULE compute_tendencies_slope_mod
     39
Note: See TracChangeset for help on using the changeset viewer.