Ignore:
Timestamp:
Jul 23, 2024, 3:29:36 PM (8 weeks ago)
Author:
abarral
Message:

Handle CPP_INLANDSIS in lmdz_cppkeys_wrapper.F90
Remove obsolete key wrgrads_thermcell, _ADV_HALO, _ADV_HALLO, isminmax
Remove redundant uses of CPPKEY_INCA (thanks acozic)
Remove obsolete misc/write_field.F90
Remove unused ioipsl_* wrappers
Remove calls to WriteField_u with wrong signature
Convert .F -> .[fF]90
(lint) uppercase fortran operators
[note: 1d and iso still broken - working on it]

File:
1 edited

Legend:

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

    r5101 r5103  
    77
    88! Module subroutines :
    9 !  limit_read_frac    : call limit_read_tot and return the fractions
    10 !  limit_read_rug_alb : return rugosity and albedo, if coupled ocean call limit_read_tot first
     9!  limit_read_frac    : CALL limit_read_tot and return the fractions
     10!  limit_read_rug_alb : return rugosity and albedo, if coupled ocean CALL limit_read_tot first
    1111!  limit_read_sst     : return sea ice temperature   
    1212!  limit_read_tot     : read limit.nc and store the fields in local modules variables
     
    5252  SUBROUTINE limit_read_frac(itime, dtime, jour, pctsrf_new, is_modified)
    5353
    54 ! This subroutine is called from "change_srf_frac" for case of
     54! This SUBROUTINE is called from "change_srf_frac" for case of
    5555! ocean=force or from ocean_slab_frac for ocean=slab.
    5656! The fraction for all sub-surfaces at actual time step is returned.
     
    8787       rugos_out, alb_out)
    8888
    89 ! This subroutine is called from surf_land_bucket.
     89! This SUBROUTINE is called from surf_land_bucket.
    9090! The flag "ok_veget" must can not be true. If coupled run, "ocean=couple"
    91 ! then this routine will call limit_read_tot.
     91! then this routine will CALL limit_read_tot.
    9292
    9393    USE dimphy
     
    129129  SUBROUTINE limit_read_sst(knon, knindex, sst_out)
    130130
    131 ! This subroutine returns the sea surface temperature already read from limit.nc.
     131! This SUBROUTINE returns the sea surface temperature already read from limit.nc.
    132132
    133133    USE dimphy, ONLY: klon
     
    147147!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    148148!!
    149 !! Private subroutine :
     149!! Private SUBROUTINE :
    150150!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    151151
Note: See TracChangeset for help on using the changeset viewer.