Ignore:
Timestamp:
Apr 15, 2015, 6:49:07 PM (10 years ago)
Author:
ymipsl
Message:

remove all dynamic dependency in LMDZ physics except for the include "dimensions.h"

YM

File:
1 edited

Legend:

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

    r3809 r3814  
    1313   
    1414    IMPLICIT NONE
    15     include 'dimensions.h'
    16     include 'paramet.h'
    1715
    1816    character(len=*)   :: name
     
    2119    real,save,allocatable :: Field_tmp(:,:)
    2220    real, dimension(klon_glo,ll):: New_Field
    23     real, dimension(iim,jjp1,ll):: Field_2d
     21    real, dimension(nbp_lon,nbp_lat,ll):: Field_2d
    2422
    2523    CALL Gather(Field,New_Field)
Note: See TracChangeset for help on using the changeset viewer.