nuage_params_mod_h.f90 Source File


Files dependent on this one

sourcefile~~nuage_params_mod_h.f90~~AfferentGraph sourcefile~nuage_params_mod_h.f90 nuage_params_mod_h.f90 sourcefile~conf_phys_m.f90 conf_phys_m.f90 sourcefile~conf_phys_m.f90->sourcefile~nuage_params_mod_h.f90 sourcefile~physiq_mod.f90~2 physiq_mod.F90 sourcefile~physiq_mod.f90~2->sourcefile~nuage_params_mod_h.f90 sourcefile~physiq_mod.f90~2->sourcefile~conf_phys_m.f90 sourcefile~nuage.f90 nuage.f90 sourcefile~physiq_mod.f90~2->sourcefile~nuage.f90 sourcefile~lmdz_call_cloud_optics_prop.f90 lmdz_call_cloud_optics_prop.f90 sourcefile~physiq_mod.f90~2->sourcefile~lmdz_call_cloud_optics_prop.f90 sourcefile~physiq_mod.f90 physiq_mod.F90 sourcefile~physiq_mod.f90->sourcefile~nuage_params_mod_h.f90 sourcefile~physiq_mod.f90->sourcefile~conf_phys_m.f90 sourcefile~physiq_mod.f90->sourcefile~nuage.f90 sourcefile~physiq_mod.f90->sourcefile~lmdz_call_cloud_optics_prop.f90 sourcefile~nuage.f90->sourcefile~nuage_params_mod_h.f90 sourcefile~nuage.f90~2 nuage.f90 sourcefile~nuage.f90~2->sourcefile~nuage_params_mod_h.f90 sourcefile~conf_phys_m.f90~2 conf_phys_m.f90 sourcefile~conf_phys_m.f90~2->sourcefile~nuage_params_mod_h.f90 sourcefile~old_lmdz1d.f90 old_lmdz1d.f90 sourcefile~old_lmdz1d.f90->sourcefile~physiq_mod.f90 sourcefile~lmdz_call_cloud_optics_prop.f90~2 lmdz_call_cloud_optics_prop.f90 sourcefile~lmdz_call_cloud_optics_prop.f90~2->sourcefile~nuage.f90 sourcefile~lmdz_call_cloud_optics_prop.f90->sourcefile~nuage.f90 sourcefile~callphysiq_mod.f90~2 callphysiq_mod.f90 sourcefile~callphysiq_mod.f90~2->sourcefile~physiq_mod.f90 sourcefile~etat0phys_netcdf.f90 etat0phys_netcdf.f90 sourcefile~etat0phys_netcdf.f90->sourcefile~conf_phys_m.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~ce0l.f90 ce0l.F90 sourcefile~ce0l.f90->sourcefile~etat0phys_netcdf.f90 sourcefile~calfis.f90 calfis.f90 sourcefile~calfis.f90->sourcefile~callphysiq_mod.f90

Contents


Source Code

! Replaces nuage.h

MODULE nuage_params_mod_h
  IMPLICIT NONE; PRIVATE
  PUBLIC rad_froid, rad_chau1, rad_chau2, &
          tau_cld_cv, coefw_cld_cv, &
          tmax_fonte_cv, iflag_ratqs, &
          iflag_cld_cv, &
          ok_icefra_lscp

  REAL rad_froid, rad_chau1, rad_chau2
  REAL tau_cld_cv, coefw_cld_cv
  REAL tmax_fonte_cv
  INTEGER iflag_cld_cv, iflag_ratqs
  LOGICAL ok_icefra_lscp

  !$OMP THREADPRIVATE(rad_froid,rad_chau1, rad_chau2,                 &
  !$OMP                    tau_cld_cv,coefw_cld_cv,                        &
  !$OMP                    tmax_fonte_cv,iflag_ratqs,                      &
  !$OMP                    iflag_cld_cv,                                   &
  !$OMP                    ok_icefra_lscp)

END MODULE nuage_params_mod_h