You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

In deze paragraaf staat uitgelegd hoe gebruik gemaakt kan worden van de What-if functionaliteit binnen het Nationaal Water Model. 

Algemeen

With the What-if functionality in the NWM the user can interactively (via the GUI) change the model data sets, that means testing for example a new schematisation of the model. Within the current version what-if functionality is tested and implemented for the LHM model, hwat is described in the following section.

Use of What-if in LHM

  • Place a zip-file with the new data files somewhere at the server: It must be the same machine, where the FSS is hosted which will run the LHM-workflow in combination with what-if. Besides the new model data files also a README.txt or other informative files (e.g. desciption, name date etc) can be stored here. To ensure that these files are also archived the filename extension must be .txt.
  • Place a zip file somewhere at your local machine which must be called: lhm_test x.xx.zip. x.xx stands for a unique version number which is set by the user itself . It should just contains one info-file (xx.info) with an absolute path to the in 1. generated .zip-file.
  • Upload the lhm_test x.xx.zip (see 2.) from your local machine to the server via the CM (config-manager) of the NWM system. The use of the config manager will be further explained in the next section.
  • Go to OC (Operator Client) of the NWM
  • Open the What-if scenario display via Menu/Extra/What-If Scenario (or Ctrl + W)
  • Make a new scenario (with button Nieuw scenario aanmaken..); if required set a new scenario description
  • Specify the scenario with tab 3:Module dataset:
  • select from the Module Data Set Bestand  combo-box the line lhm_test;
  • select the version number from Module Data Set Bestand/Versie combo-box
  • confirm with button Toevoegen;
  • save it with the button Bewaar alles
  • with the button Beheren.. you can delete or modify the scenario
  • Start now the LHM run:
      • chose the LHM run which includes the base data set
      • Specify the What-if scenario (via the Starten Workflow display

 



Overzicht volgorde LHM preprocessing stappen

De stappen die binnen de NWM component "LHM" achtereenvolgens worden uitgevoerd binnen het Delft-FEWS systeem zijn:

  1. Verwijderen van alle niet-gezipte bestanden en het daarmee leegmaken van de LHM modelomgeving.

  2. Uitpakken LHM modelbestanden.
  3. Importeren van model-states.

  4. Exporteren NDB chlorideconcentraties.

  5. Resampling KNMI OpenDap data.

  6. Draaien LHM preprocessing scripts met bijbehorende ini-file.

Hieronder zijn de eerste twee stappen verder uitgewerkt.

1. Verwijderen van alle niet-gezipte bestanden en het daarmee leegmaken van de LHM modelomgeving

De volgende bestanden en/of mappen worden verwijderd voordat een LHM simulatie wordt uitgevoerd zijn te vinden in dit bestand.

2. Uitpakken LHM modelbestanden

Het uitpakken van de LHM modelbestanden gebeurt in de volgorde:

  1. Modeldata.zip --> %ROOT_DIR%\tmp
  2. Preprocessing.zip --> %ROOT_DIR%
  3. Postprocessing.zip --> %ROOT_DIR%\postprocessing
  4. Script.zip --> %ROOT_DIR%
  5. Klimaat scenario ($climate$$climateyear$.zip) --> %ROOT_DIR%\tmp
  6. Socio-economisch scenario ($socioeconomic$$climateyear$-socecon.zip) --> %ROOT_DIR%\tmp
  7. S0, S1, S2, S3 ($measure$-$socioeconomic$$climateyear$.zip) --> %ROOT_DIR%\tmp

Voorbeeld van een specifiek scenario:

Modeldata.zip –> preprocessing.zip –> postprocessing.zip –> script.zip –> WH2050.zip –> Druk2050-socecon.zip –> S0-Druk2050.zip

 

 

 

  • No labels