How to use DDH in HARMONIE-AROME
To use DDH, set
USEDDH="yes"
inecf/config_exp.h
Set
TFLAG
to minute (min) if you wish to have minute output. Note that the conversion of FA to grib format does not automatically work with this settingSetting up the namelist (nam/harmonie_namelists.pm). Below is an example where point data for Dublin is extracted.
%ddh=( NAMDDH => { 'LFLEXDIA' => '.TRUE.,', # Must be TRUE 'BDEDDH(1,01)' => '4.,', # 4 means a point 'BDEDDH(2,01)' => '1.,', 'BDEDDH(3,01)' => '-006.000000,', # Dublin lon 'BDEDDH(4,01)' => '0053.000000,', # Dublin lat 'LHDGLB' => '.FALSE.,', 'LHDZON' => '.FALSE.,', 'LHDDOP' => '.TRUE.,', # Must be TRUE 'LHDPRG' => '.FALSE.,', 'LHDPRZ' => '.FALSE.,', 'LHDPRD' => '.FALSE.,', 'LHDEFG' => '.FALSE.,', 'LHDEFZ' => '.FALSE.,', 'LHDEFD' => '.TRUE.,', # Must be TRUE 'LHDHKS' => '.TRUE.,', # Must be TRUE 'LHDMCI' => '.FALSE.,', 'LHDENT' => '.FALSE.,', }, );
Description of the variables
Variable | Description |
---|---|
LHDGLB | type of domain: global domain |
LHDZON | type of domain: zonal bands |
LHDDOP | type of domain: limited and isolated point |
LHDPRG | write global diagnostics on listing |
LHDPRZ | write zonal bands |
LHDPRD | write limited domains diagnostics on listing |
LHDEFG | write global diagnostics on file |
LHDEFZ | write zonal bands diagnostics on file |
LHDEFD | write limited domain diagnostic on file |
LHDHKS | budget of mass, energy, momentum, RH, soil |
LHDMCI | budget of kinetic momentum |
LHDENT | budget of entropy |