regdim_mod_h.f90 Source File


Files dependent on this one

sourcefile~~regdim_mod_h.f90~~AfferentGraph sourcefile~regdim_mod_h.f90 regdim_mod_h.f90 sourcefile~physiq_mod.f90 physiq_mod.F90 sourcefile~physiq_mod.f90->sourcefile~regdim_mod_h.f90 sourcefile~physiq_mod.f90~2 physiq_mod.F90 sourcefile~physiq_mod.f90~2->sourcefile~regdim_mod_h.f90 sourcefile~old_lmdz1d.f90 old_lmdz1d.f90 sourcefile~old_lmdz1d.f90->sourcefile~physiq_mod.f90 sourcefile~scm.f90 scm.f90 sourcefile~scm.f90->sourcefile~physiq_mod.f90 sourcefile~callphysiq_mod.f90 callphysiq_mod.f90 sourcefile~callphysiq_mod.f90->sourcefile~physiq_mod.f90 sourcefile~callphysiq_mod.f90~2 callphysiq_mod.f90 sourcefile~callphysiq_mod.f90~2->sourcefile~physiq_mod.f90 sourcefile~calfis.f90 calfis.f90 sourcefile~calfis.f90->sourcefile~callphysiq_mod.f90

Contents

Source Code


Source Code

MODULE regdim_mod_h
  IMPLICIT NONE; PRIVATE
  PUBLIC i1_deb, i1_fin, i2_deb, i2_fin, j_deb, j_fin

  INTEGER i1_deb, i1_fin
  INTEGER i2_deb, i2_fin

  PARAMETER (i1_deb = 16, i1_fin = 30)
  PARAMETER (i2_deb = 31, i2_fin = 33)

  INTEGER j_deb, j_fin

  PARAMETER (j_deb = 18, j_fin = 39)
END MODULE regdim_mod_h