Oasis3 4.0.2
mod_parameter Module Reference

Variables

INTEGER(kind=ip_intwp_p), parameter jpeight = 8
INTEGER(kind=ip_intwp_p), parameter jpfour = 4
INTEGER(kind=ip_intwp_p), parameter jpeighty = 80
INTEGER(kind=ip_intwp_p), parameter ip_exported = 1
INTEGER(kind=ip_intwp_p), parameter ip_ignored = 2
INTEGER(kind=ip_intwp_p), parameter ip_input = 3
INTEGER(kind=ip_intwp_p), parameter ip_output = 4
INTEGER(kind=ip_intwp_p), parameter ip_expout = 5
INTEGER(kind=ip_intwp_p), parameter ip_ignout = 6
INTEGER(kind=ip_intwp_p), parameter ip_auxilary = 7
INTEGER(kind=ip_intwp_p) ig_nmodel
INTEGER(kind=ip_intwp_p) ig_nfield
INTEGER(kind=ip_intwp_p) ig_direct_nfield
INTEGER(kind=ip_intwp_p) ig_total_nfield
LOGICAL lg_oasis_field
INTEGER(kind=ip_intwp_p) ig_maxcomb
INTEGER(kind=ip_intwp_p) ig_nwork
INTEGER(kind=ip_intwp_p) ig_work
INTEGER(kind=ip_intwp_p) ig_maxold
INTEGER(kind=ip_intwp_p) ig_maxnew
INTEGER(kind=ip_intwp_p) ig_maxold_grid
INTEGER(kind=ip_intwp_p) ig_maxnew_grid
INTEGER(kind=ip_intwp_p) ig_maxgrd
INTEGER(kind=ip_intwp_p) ig_total_maxgrd
INTEGER(kind=ip_intwp_p) ig_maxwoa
INTEGER(kind=ip_intwp_p) ig_maxnoa
INTEGER(kind=ip_intwp_p) ig_maxmoa
INTEGER(kind=ip_intwp_p) ig_maxsoa
INTEGER(kind=ip_intwp_p) ig_maxnfm
INTEGER(kind=ip_intwp_p) ig_maxnfg
INTEGER(kind=ip_intwp_p) ig_maxnfp
INTEGER(kind=ip_intwp_p) ig_maxnfs
INTEGER(kind=ip_intwp_p) ig_maxnfn
INTEGER(kind=ip_intwp_p) ig_maxext
INTEGER(kind=ip_intwp_p) ig_maxnbn

Variable Documentation

INTEGER (kind=ip_intwp_p) mod_parameter::ig_direct_nfield

Definition at line 93 of file mod_parameter.F90.

INTEGER (kind=ip_intwp_p) mod_parameter::ig_maxcomb

Definition at line 95 of file mod_parameter.F90.

Referenced by alloc_analysis(), and cookart().

INTEGER (kind=ip_intwp_p) mod_parameter::ig_maxext

Definition at line 106 of file mod_parameter.F90.

Referenced by alloc_extrapol2().

INTEGER (kind=ip_intwp_p) mod_parameter::ig_maxgrd

Definition at line 101 of file mod_parameter.F90.

Referenced by alloc_anais2(), alloc_extrapol2(), alloc_rainbow2(), cookart(), and fiasco().

INTEGER (kind=ip_intwp_p) mod_parameter::ig_maxmoa

Definition at line 103 of file mod_parameter.F90.

Referenced by alloc_rainbow2().

INTEGER (kind=ip_intwp_p) mod_parameter::ig_maxnbn

Definition at line 106 of file mod_parameter.F90.

Referenced by alloc_extrapol2().

INTEGER (kind=ip_intwp_p) mod_parameter::ig_maxnew

Definition at line 98 of file mod_parameter.F90.

Referenced by alloc_memory2(), inidya(), and reset().

INTEGER (kind=ip_intwp_p) mod_parameter::ig_maxnew_grid

Definition at line 99 of file mod_parameter.F90.

Referenced by alloc_memory2(), and inidya().

INTEGER (kind=ip_intwp_p) mod_parameter::ig_maxnfg

Definition at line 104 of file mod_parameter.F90.

Referenced by alloc_anais2().

INTEGER (kind=ip_intwp_p) mod_parameter::ig_maxnfm

Definition at line 104 of file mod_parameter.F90.

Referenced by alloc_anais2().

INTEGER (kind=ip_intwp_p) mod_parameter::ig_maxnfn

Definition at line 104 of file mod_parameter.F90.

INTEGER (kind=ip_intwp_p) mod_parameter::ig_maxnfp

Definition at line 104 of file mod_parameter.F90.

Referenced by alloc_rainbow2().

INTEGER (kind=ip_intwp_p) mod_parameter::ig_maxnfs

Definition at line 104 of file mod_parameter.F90.

Referenced by alloc_rainbow2().

INTEGER (kind=ip_intwp_p) mod_parameter::ig_maxnoa

Definition at line 103 of file mod_parameter.F90.

Referenced by alloc_anais2(), and fiasco().

INTEGER (kind=ip_intwp_p) mod_parameter::ig_maxold

Definition at line 98 of file mod_parameter.F90.

Referenced by alloc_memory2(), inidya(), and reset().

INTEGER (kind=ip_intwp_p) mod_parameter::ig_maxold_grid

Definition at line 99 of file mod_parameter.F90.

Referenced by alloc_memory2(), and inidya().

INTEGER (kind=ip_intwp_p) mod_parameter::ig_maxsoa

Definition at line 103 of file mod_parameter.F90.

Referenced by alloc_rainbow2(), and cookart().

INTEGER (kind=ip_intwp_p) mod_parameter::ig_maxwoa

Definition at line 103 of file mod_parameter.F90.

Referenced by alloc_anais2(), alloc_coast(), and fiasco().

INTEGER (kind=ip_intwp_p) mod_parameter::ig_nmodel
INTEGER (kind=ip_intwp_p) mod_parameter::ig_nwork

Definition at line 97 of file mod_parameter.F90.

Referenced by alloc_memory2(), and postpro().

INTEGER (kind=ip_intwp_p) mod_parameter::ig_total_maxgrd

Definition at line 101 of file mod_parameter.F90.

INTEGER (kind=ip_intwp_p) mod_parameter::ig_total_nfield

Definition at line 93 of file mod_parameter.F90.

Referenced by alloc_analysis(), and alloc_string().

INTEGER (kind=ip_intwp_p) mod_parameter::ig_work

Definition at line 97 of file mod_parameter.F90.

Referenced by alloc_memory2(), cookart(), and postpro().

INTEGER(kind=ip_intwp_p),parameter mod_parameter::ip_auxilary = 7

Definition at line 90 of file mod_parameter.F90.

INTEGER(kind=ip_intwp_p),parameter mod_parameter::ip_exported = 1

Definition at line 84 of file mod_parameter.F90.

INTEGER(kind=ip_intwp_p),parameter mod_parameter::ip_expout = 5

Definition at line 88 of file mod_parameter.F90.

INTEGER(kind=ip_intwp_p),parameter mod_parameter::ip_ignored = 2

Definition at line 85 of file mod_parameter.F90.

INTEGER(kind=ip_intwp_p),parameter mod_parameter::ip_ignout = 6

Definition at line 89 of file mod_parameter.F90.

INTEGER(kind=ip_intwp_p),parameter mod_parameter::ip_input = 3

Definition at line 86 of file mod_parameter.F90.

INTEGER(kind=ip_intwp_p),parameter mod_parameter::ip_output = 4

Definition at line 87 of file mod_parameter.F90.

INTEGER (kind=ip_intwp_p),parameter mod_parameter::jpeighty = 80

Definition at line 80 of file mod_parameter.F90.

INTEGER (kind=ip_intwp_p),parameter mod_parameter::jpfour = 4

Definition at line 80 of file mod_parameter.F90.

 All Data Structures Namespaces Files Functions Variables Defines