Ignore:
Timestamp:
May 6, 2015, 12:14:12 PM (10 years ago)
Author:
ymipsl
Message:

Reorganize geometry and grid modules. Prepare physics for unstructutured grid support. Simplify initialization of physics from dynamic.
Compiled only with dynd3dmem, but not tested for moment.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/phys_state_var_mod.F90

    r3817 r3825  
    2020!$OMP THREADPRIVATE(dtime, solaire_etat0)
    2121
    22       REAL, ALLOCATABLE, SAVE :: rlat(:), rlon(:), pctsrf(:,:)
    23 !$OMP THREADPRIVATE(rlat, rlon, pctsrf)
     22      REAL, ALLOCATABLE, SAVE ::  pctsrf(:,:)
     23!$OMP THREADPRIVATE(pctsrf)
     24
    2425      REAL, ALLOCATABLE, SAVE :: ftsol(:,:)
    2526!$OMP THREADPRIVATE(ftsol)
     
    418419
    419420include "clesphys.h"
    420       ALLOCATE(rlat(klon), rlon(klon))
    421421      ALLOCATE(pctsrf(klon,nbsrf))
    422422      ALLOCATE(ftsol(klon,nbsrf))
     
    593593include "clesphys.h"
    594594
    595       deallocate(rlat, rlon, pctsrf, ftsol, falb1, falb2)
     595      deallocate(pctsrf, ftsol, falb1, falb2)
    596596      deallocate(qsol,fevap,z0m,z0h,agesno)
    597597      deallocate(rain_fall, snow_fall, solsw, sollw, radsol)
Note: See TracChangeset for help on using the changeset viewer.