Ignore:
Timestamp:
Jul 26, 2016 7:52:02 AM (8 years ago)
Author:
maronga
Message:

further modularization of land surface model (2D/3D output and restart data)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/user_init_land_surface.f90

    r1818 r1972  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! Update of use statements
    2222!
    2323! Former revisions:
     
    4141 
    4242
    43     USE arrays_3d
    44    
    4543    USE control_parameters
    4644   
     
    4846   
    4947    USE kinds
     48   
     49    USE land_surface_model_mod
    5050
    51     USE land_surface_model_mod
     51    USE netcdf_interface,                                                      &
     52        ONLY: dots_label, dots_unit, dots_num
     53   
     54    USE pegrid
    5255   
    5356    USE user
Note: See TracChangeset for help on using the changeset viewer.