Ignore:
Timestamp:
Oct 28, 2024, 1:11:48 PM (6 hours ago)
Author:
abarral
Message:

Turn iniprint.h clesphys.h into modules
Remove unused description.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/change_srf_frac_mod.f90

    r5274 r5282  
    44MODULE change_srf_frac_mod
    55
    6   IMPLICIT NONE
     6  USE clesphys_mod_h
     7    IMPLICIT NONE
    78
    89CONTAINS
    9 ! 
     10!
    1011! Change Surface Fractions
    1112! Author J Ghattas 2008
     
    1415        pctsrf, evap, z0m, z0h, agesno,              &
    1516        alb_dir, alb_dif, tsurf, ustar, u10m, v10m, pbl_tke)
    16    
    17 
    18 
    19 !
    20 ! This subroutine is called from physiq.F at each timestep. 
     17
     18
     19
     20!
     21! This subroutine is called from physiq.F at each timestep.
    2122! 1- For each type of ocean (force, slab, couple) receive new fractions only if
    22 !    it's time to modify (is_modified=true). Otherwise nothing is done (is_modified=false).   
     23!    it's time to modify (is_modified=true). Otherwise nothing is done (is_modified=false).
    2324! If received new fraction :
    24 ! 2- Tests and ajustements are done on the fractions 
    25 ! 3- Initialize variables where a new fraction(new or melted ice) has appered, 
     25! 2- Tests and ajustements are done on the fractions
     26! 3- Initialize variables where a new fraction(new or melted ice) has appered,
    2627!
    2728
     
    4950
    5051!albedo SB >>>
    51     include "clesphys.h"
    5252!albedo SB <<<
    5353
Note: See TracChangeset for help on using the changeset viewer.