Ignore:
Timestamp:
Oct 13, 2017 6:09:32 PM (7 years ago)
Author:
maronga
Message:

introduced new module date_and_time_mod

File:
1 edited

Legend:

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

    r2397 r2544  
    2525! -----------------
    2626! $Id$
     27! Moved day_of_year_init and time_utc_init to inipar.
     28!
     29! 2397 2017-09-04 16:22:48Z suehring
    2730! Enable initialization of 3d model by user in the child domain.
    2831!
     
    301304               vg
    302305
     306    USE date_and_time_mod,                                                     &
     307        ONLY:  day_of_year_init, time_utc_init
     308               
    303309    USE plant_canopy_model_mod,                                                &
    304310         ONLY: pcm_parin 
     
    393399             cycle_mg, damp_level_1d,                                          &
    394400             data_output_during_spinup,                                        &
     401             day_of_year_init,                                                 &
    395402             dissipation_1d,                                                   &
    396403             dp_external, dp_level_b, dp_smooth, dpdxy, dry_aerosol_radius,    &
     
    427434             surface_scalarflux, surface_waterflux,                            &
    428435             s_surface, s_surface_initial_change, s_vertical_gradient,         &
    429              s_vertical_gradient_level, timestep_scheme,                       &
     436             s_vertical_gradient_level, time_utc_init, timestep_scheme,        &
    430437             topography, topography_grid_convention, top_heatflux,             &
    431438             top_momentumflux_u, top_momentumflux_v, top_salinityflux,         &
Note: See TracChangeset for help on using the changeset viewer.