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/surf_landice_mod.F90

    r5087 r5099  
    1 !
     1
    22MODULE surf_landice_mod
    33 
     
    55
    66CONTAINS
    7 !
    8 !****************************************************************************************
    9 !
     7
     8!****************************************************************************************
     9
    1010  SUBROUTINE surf_landice(itime, dtime, knon, knindex, &
    1111       rlon, rlat, debut, lafin, &
     
    242242!****************************************************************************************
    243243! Calculate total absorbed radiance at surface
    244 !
     244
    245245!****************************************************************************************
    246246    radsol(:) = 0.0
     
    347347!****************************************************************************************
    348348! Soil calculations
    349 !
     349
    350350!****************************************************************************************
    351351
     
    368368!****************************************************************************************
    369369! Calulate fluxes
    370 !
     370
    371371!****************************************************************************************
    372372!    beta(:) = 1.0
     
    420420!****************************************************************************************
    421421! Calculate albedo
    422 !
    423 !****************************************************************************************
    424 
    425 !
     422
     423!****************************************************************************************
     424
    426425!IM: plusieurs choix/tests sur l'albedo des "glaciers continentaux"
    427426!       alb1(1 : knon)  = 0.6 !IM cf FH/GK
     
    438437!****************************************************************************************
    439438! Rugosity
    440 !
     439
    441440!****************************************************************************************
    442441
     
    599598!****************************************************************************************
    600599! Calculate snow amount
    601 !   
     600
    602601!****************************************************************************************
    603602    IF (ok_bs) THEN
     
    711710
    712711  END SUBROUTINE surf_landice
    713 !
    714 !****************************************************************************************
    715 !
     712
     713!****************************************************************************************
     714
    716715END MODULE surf_landice_mod
    717716
Note: See TracChangeset for help on using the changeset viewer.