Skip to content

Commit

Permalink
Issue #459 : update input and output coupling field labels lists at c…
Browse files Browse the repository at this point in the history
…onfiguration.
  • Loading branch information
andreapiacentini committed Sep 16, 2024
1 parent bf7cd78 commit 27a72db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions physics/src/modules/OceanBoundaryModule/OASISCoupledOcean.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,14 @@ void OASISCoupledOcean::configure()
CIceKey = Configured::getConfiguration(CIceConfigKey, CIceKeyDefault);

firstLayerDepth = Configured::getConfiguration(layerDepthConfigKey, FIRST_LAYER_DEPTH);

cplStringsIn
= { SSTKey, SSSKey, UOceanKey, VOceanKey, SSHKey };
if (Configured::getConfiguration(exchangeFirstLayerConfigKey, EXCHANGE_FIRST_LAYER)) {
cplStringsIn.push_back(MLDKey);
}
cplStringsOut
= { TauXKey, TauYKey, TauModKey, EMPKey, QNoSunKey, QSWKey, SFluxKey, CIceKey };
}

OASISCoupledOcean::HelpMap& OASISCoupledOcean::getHelpText(HelpMap& map, bool getAll)
Expand Down

0 comments on commit 27a72db

Please # to comment.