tsoilnudge_mod_h.f90 Source File


Files dependent on this one

sourcefile~~tsoilnudge_mod_h.f90~~AfferentGraph sourcefile~tsoilnudge_mod_h.f90 tsoilnudge_mod_h.f90 sourcefile~lmdz1d.f90 lmdz1d.F90 sourcefile~lmdz1d.f90->sourcefile~tsoilnudge_mod_h.f90 sourcefile~old_lmdz1d.f90 old_lmdz1d.f90 sourcefile~old_lmdz1d.f90->sourcefile~tsoilnudge_mod_h.f90 sourcefile~scm.f90 scm.f90 sourcefile~scm.f90->sourcefile~tsoilnudge_mod_h.f90

Contents

Source Code


Source Code

MODULE tsoilnudge_mod_h
  IMPLICIT NONE; PRIVATE
  PUBLIC nudge_tsoil, isoil_nudge, Tsoil_nudge, tau_soil_nudge

  LOGICAL nudge_tsoil
  INTEGER isoil_nudge
  REAL Tsoil_nudge, tau_soil_nudge
END MODULE tsoilnudge_mod_h