Ignore:
Timestamp:
Mar 14, 2008, 1:12:38 PM (16 years ago)
Author:
lmdzadmin
Message:

Ajout variables zmax0, f0 dans le startphy.nc FH
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/phys_state_var_mod.F90

    r913 r927  
    2929      REAL, ALLOCATABLE, SAVE :: ratqs(:,:)
    3030      REAL, ALLOCATABLE, SAVE :: pbl_tke(:,:,:) ! turb kinetic energy
     31      REAL, ALLOCATABLE, SAVE :: zmax0(:), f0(:) !
    3132
    3233CONTAINS
     
    5657      ALLOCATE( ratqs(klon,klev))
    5758      ALLOCATE(pbl_tke(klon,klev+1,nbsrf))
     59      ALLOCATE(zmax0(klon), f0(klon))
    5860
    5961END SUBROUTINE phys_state_var_init
     
    7274      deallocate( rugoro, t_ancien, q_ancien, clwcon, rnebcon )
    7375      deallocate( ratqs, pbl_tke )
     76      deallocate( zmax0, f0 )
    7477
    7578END SUBROUTINE phys_state_var_end
Note: See TracChangeset for help on using the changeset viewer.