New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
2020WP/ASINTER-03_laurent_bulk_and_wave (diff) – NEMO

Changes between Version 9 and Version 10 of 2020WP/ASINTER-03_laurent_bulk_and_wave


Ignore:
Timestamp:
2020-06-02T17:13:26+02:00 (4 years ago)
Author:
laurent
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2020WP/ASINTER-03_laurent_bulk_and_wave

    v9 v10  
    3333 
    3434 
    35 == Abstract == 
     35=== Description === 
    3636 
    3737* Implement the possibility for the various turbulent bulk parametrizations to use the local/actual wave information, for more accurate estimation of the sea-surface roughness within the closure. 
     
    3939 
    4040 
     41=== Implementation === 
    4142 
    42 == Description == 
     43{{{#!box width=35em help 
     44Describe flow chart of the changes in the code. \\ 
     45List the Fortran modules and subroutines to be created/edited/deleted. \\ 
     46Detailed list of new variables to be defined (including namelists), \\ 
     47give for each the chosen name and description wrt coding rules. 
     48}}} 
    4349 
    44 See Abstract (above) and Implementation (below). 
     50''...'' 
     51 
     52=== Documentation updates === 
     53 
     54{{{#!box width=55em help 
     55Using previous parts, define the main changes to be done in the NEMO literature  
     56(manuals, guide, web pages, …). 
     57}}} 
     58 
     59''...'' 
     60 
     61== Preview  
     62 
     63{{{#!box width=50em info 
     64[[Include(wiki:Developers/DevProcess#preview_)]] 
     65}}} 
     66 
     67''...'' 
     68 
     69== Tests 
     70 
     71{{{#!box width=50em info 
     72[[Include(wiki:Developers/DevProcess#tests)]] 
     73}}} 
    4574 
    4675 
    47 == Implementation == 
     76Test-case associated with this development: 
    4877 
    49 === Modified modules ''aka'' source files === 
     78        • Test case name: '''STATION_ASF''' (C1D meets SAS). See [https://github.com/NEMO-ocean/NEMO-examples/tree/master/STATION_ASF] for a more complete introduction. 
    5079 
    51 == Reference manual update == 
    52  
    53 ??? 
     80        • Test case functionality: test-case STATION_ASF checks that all bulk algorithms available in NEMO, used to estimate the bulk transfer coefficient for turbulent air-sea and air-ice fluxes, are working properly. This is done by checking that all turbulent fluxes computed at the punctual location of STATION_ASF lie within a reasonable range. 
    5481 
    5582 
    56 == Progress == 
     83        • Test case setup: in STATION_ASF nemo.exe runs on one processor and needs only 2 lightweight netCDF files as input. These 2 files provide hourly time-series of sea-surface variables (SST, SSH), and surface atmospheric state (wind, temperature, humidity and downwelling radiative fluxes), respectively, at the punctual location of STATION_ASF. 1 year of simulation with STATION_ASF takes a few tens of seconds on 1 proc. 
    5784 
    58 * 0% completed 
     85        • Test case verification value: WILL BE boolean. Each computed turbulent flux (hourly time-series), namely evaporation, wind stress and sensible flux, will be checked for consistency during a whole year. This operation will be carried out with every bulk (air-sea and air-ice) parameterization algorithms available in NEMO, including the testing of different options: cool-skin/warm-layer and wave-pattern input). 
    5986 
    6087 
    61 == Review == 
    62  
    63 Has the review been completed? I don't think so. 
    64  
    65  
    66 == MP ready == 
    67  
    68 No! 
     88        • Status of the test case as for now: Exists on the official GitHub for NEMO. Boolean output not ready yet, version for air-ice fluxes in progress.  
    6989 
    7090 
    7191 
     92 
     93 
     94 
     95 
     96== Review 
     97 
     98{{{#!box width=50em info 
     99[[Include(wiki:Developers/DevProcess#review)]] 
     100}}} 
     101 
     102''...'' 
     103 
     104 
     105 
     106 
     107 
     108 
     109 
     110 
     111 
     112 
     113