REMORA
Regional Modeling of Oceans Refined Adaptively
Loading...
Searching...
No Matches
AtmosState Namespace Reference

Index constants for driver_atmos_state_from_driver and the matching atmospheric forcing MultiFab vector passed to REMORA::ApplyAtmosphericStates. More...

Enumerations

enum  {
  Uwind = 0 , Vwind , Pair , Qair ,
  Tair , Cloud , Rain , SWrad ,
  LWrad , NumTypes
}
 

Detailed Description

Index constants for driver_atmos_state_from_driver and the matching atmospheric forcing MultiFab vector passed to REMORA::ApplyAtmosphericStates.

Order mirrors AtmosToOceanIndex (state lanes 0-8) from ERFRemoraCouplingContract.H; Pair uses REMORA's internal naming convention rather than the contract's Patm.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
Uwind 

10-m zonal wind [m/s]

Vwind 

10-m meridional wind [m/s]

Pair 

atmospheric pressure [Pa from driver, mb in REMORA]

Qair 

specific humidity [kg/kg]

Tair 

air temperature [K from driver, degC in REMORA]

Cloud 

cloud fraction [0-1]

Rain 

precipitation rate [kg/m^2/s]

SWrad 

downward shortwave radiation [W/m^2]

LWrad 

downward longwave radiation [W/m^2]

NumTypes 

Definition at line 73 of file REMORA_IndexDefines.H.