Changeset 4551


Ignore:
Timestamp:
May 28, 2023, 8:35:02 AM (12 months ago)
Author:
fhourdin
Message:

Correction des dernieres commissions

Location:
LMDZ6/trunk/libf/phylmd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phyetat0_mod.F90

    r4537 r4551  
    303303!===================================================================
    304304
    305    if ( iflag_physiq == 1 ) then
     305   if ( iflag_physiq <= 1 ) then
    306306!===================================================================
    307307  ! Lecture des temperatures du sol profond:
     
    379379  ENDIF
    380380
    381   endif ! iflag_physiq == 1
     381  endif ! iflag_physiq <= 1
    382382
    383383  ! Lecture de l'age de la neige:
     
    598598  ! Initialize module pbl_surface_mod
    599599
    600   if ( iflag_physiq == 1 ) then
     600  if ( iflag_physiq <= 1 ) then
    601601  CALL pbl_surface_init(fder, snow, qsurf, tsoil)
    602602  endif
  • LMDZ6/trunk/libf/phylmd/phyredem.F90

    r4537 r4551  
    7676  ! Get variables which will be written to restart file from module
    7777  ! pbl_surface_mod
    78   if ( iflag_physiq == 1 ) then
     78  if ( iflag_physiq <= 1 ) then
    7979     CALL pbl_surface_final(fder, snow, qsurf,  tsoil)
    8080  endif
Note: See TracChangeset for help on using the changeset viewer.