ICEFRAC_LSCP Subroutine

public subroutine ICEFRAC_LSCP(klon, temp, iflag_ice_thermo, distcltop, temp_cltop, icefrac, dicefracdT)

Uses

  • proc~~icefrac_lscp~2~~UsesGraph proc~icefrac_lscp~2 ICEFRAC_LSCP module~lmdz_lscp_ini lmdz_lscp_ini proc~icefrac_lscp~2->module~lmdz_lscp_ini module~print_control_mod print_control_mod proc~icefrac_lscp~2->module~print_control_mod

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: klon
real, intent(in), DIMENSION(klon) :: temp
integer, intent(in) :: iflag_ice_thermo
real, intent(in), DIMENSION(klon) :: distcltop
real, intent(in), DIMENSION(klon) :: temp_cltop
real, intent(out), DIMENSION(klon) :: icefrac
real, intent(out), DIMENSION(klon) :: dicefracdT

Calls

proc~~icefrac_lscp~2~~CallsGraph proc~icefrac_lscp~2 ICEFRAC_LSCP proc~abort_physic abort_physic proc~icefrac_lscp~2->proc~abort_physic histclo histclo proc~abort_physic->histclo proc~mpi_abort MPI_ABORT proc~abort_physic->proc~mpi_abort restclo restclo proc~abort_physic->restclo getin_dump getin_dump proc~abort_physic->getin_dump proc~lmdz_mpi_wrapper_abort lmdz_mpi_wrapper_abort proc~mpi_abort->proc~lmdz_mpi_wrapper_abort

Contents