date_cas_mod_h.f90 Source File


Files dependent on this one

sourcefile~~date_cas_mod_h.f90~~AfferentGraph sourcefile~date_cas_mod_h.f90 date_cas_mod_h.f90 sourcefile~mod_1d_cases_read.f90 mod_1D_cases_read.f90 sourcefile~mod_1d_cases_read.f90->sourcefile~date_cas_mod_h.f90 sourcefile~old_lmdz1d.f90 old_lmdz1d.f90 sourcefile~old_lmdz1d.f90->sourcefile~date_cas_mod_h.f90 sourcefile~mod_1d_cases_read2.f90 mod_1D_cases_read2.f90 sourcefile~old_lmdz1d.f90->sourcefile~mod_1d_cases_read2.f90 sourcefile~mod_1d_cases_read_std.f90 mod_1D_cases_read_std.f90 sourcefile~mod_1d_cases_read_std.f90->sourcefile~date_cas_mod_h.f90 sourcefile~mod_1d_cases_read2.f90->sourcefile~date_cas_mod_h.f90 sourcefile~scm.f90 scm.f90 sourcefile~scm.f90->sourcefile~date_cas_mod_h.f90 sourcefile~scm.f90->sourcefile~mod_1d_cases_read_std.f90

Contents

Source Code


Source Code

MODULE date_cas_mod_h
  IMPLICIT NONE; PRIVATE
  PUBLIC year_ini_cas, mth_ini_cas, day_deb, heure_ini_cas, pdt_cas, day_ju_ini_cas

  INTEGER :: year_ini_cas    ! initial year of the case
  INTEGER :: mth_ini_cas     ! initial month of the case
  INTEGER :: day_deb         ! initial day of the case
  REAL :: heure_ini_cas      ! start time of the case
  REAL :: pdt_cas            ! forcing_frequency
  REAL :: day_ju_ini_cas     ! julian day of initial day of the case
END MODULE date_cas_mod_h