radopt_mod_h.f90 Source File


Files dependent on this one

sourcefile~~radopt_mod_h.f90~~AfferentGraph sourcefile~radopt_mod_h.f90 radopt_mod_h.f90 sourcefile~physiq_mod.f90 physiq_mod.F90 sourcefile~physiq_mod.f90->sourcefile~radopt_mod_h.f90 sourcefile~radiation_ar4.f90~2 radiation_AR4.f90 sourcefile~radiation_ar4.f90~2->sourcefile~radopt_mod_h.f90 sourcefile~radiation_ar4.f90 radiation_AR4.f90 sourcefile~radiation_ar4.f90->sourcefile~radopt_mod_h.f90 sourcefile~physiq_mod.f90~2 physiq_mod.F90 sourcefile~physiq_mod.f90~2->sourcefile~radopt_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 radopt_mod_h
  IMPLICIT NONE; PRIVATE
  PUBLIC levoigt, novlp, kaer

  LOGICAL LEVOIGT
  PARAMETER (LEVOIGT = .FALSE.)
  INTEGER NOVLP
  PARAMETER (NOVLP = 1)
  INTEGER KAER
  PARAMETER (KAER = 0)
END MODULE radopt_mod_h