9.1
general documentation
Indicator table for specific physics
+ Collaboration diagram for Indicator table for specific physics:

Variables

integer nmodmx
 number of specific physics More...
 
integer(c_int), dimension(:), pointer, save ippmod
 global indicator for speciphic physics By default, all the indicators ippmod(i.....) are initialized to -1, which means that no specific physics is activated. More...
 
integer iatmos
 pointer to specify atmospheric flow module with indicator ippmod(iatmos) More...
 

Detailed Description

Variable Documentation

◆ iatmos

integer iatmos

pointer to specify atmospheric flow module with indicator ippmod(iatmos)

  • ippmod(iatmos) =-1 module not activated
  • ippmod(iatmos) = 0 standard modelling
  • ippmod(iatmos) = 1 dry atmosphere
  • ippmod(iatmos) = 2 humid atmosphere

◆ ippmod

integer(c_int), dimension(:), pointer, save ippmod

global indicator for speciphic physics By default, all the indicators ippmod(i.....) are initialized to -1, which means that no specific physics is activated.

Only the atmospheric flow module still includes Fortran calls and bindings.

◆ nmodmx

integer nmodmx

number of specific physics