Ignore:
Timestamp:
Jul 22, 2024, 9:29:09 PM (4 months ago)
Author:
abarral
Message:

Replace most uses of CPP_DUST by the corresponding logical defined in lmdz_cppkeys_wrapper.F90
Convert several files from .F to .f90 to allow Dust to compile w/o rrtm/ecrad
Create lmdz_yoerad.f90
(lint) Remove "!" on otherwise empty line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/stratosphere_mask.F90

    r5082 r5099  
    1 !
     1
    22! $Id$
    3 !
     3
    44SUBROUTINE stratosphere_mask(missing_val, pphis, t_seri, pplay, xlat)
    55
    66!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    7 !
     7
    88! determination of tropopause height and temperature from gridded temperature data
    9 !
     9
    1010! reference: Reichler, T., M. Dameris, and R. Sausen (GRL, 10.1029/2003GL018240, 2003)
    1111! modified: 6/28/06 tjr
     
    1313! committed to LMDz by O. Boucher (2016) with a mistake
    1414! mistake corrected by O. Boucher (2017-12-11)
    15 !
     15
    1616! input:  temp(nlon,nlat,nlev)  3D-temperature field
    1717!         ps(nlon,nlat)         2D-surface pressure field
     
    2323!         pliml                 lower limit for tropopause pressure
    2424!         gamma                 tropopause criterion, e.g. -0.002 K/m
    25 !
     25
    2626! output: p_tropopause(klon)    tropopause pressure in Pa with missing values
    2727!         t_tropopause(klon)    tropopause temperature in K with missing values
     
    2929!         stratomask            stratospheric mask withtout missing values
    3030!         ifil                  # of undetermined values
    31 !
     31
    3232!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    3333
     
    8383  ENDIF
    8484  ENDDO
    85 !
     85
    8686ENDIF
    87 !
     87
    8888DO i=1, klon
    8989DO k=1, klev
Note: See TracChangeset for help on using the changeset viewer.