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.
Changeset 11892 for NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/tests/STATION_ASF/README.md – NEMO

Ignore:
Timestamp:
2019-11-13T09:44:18+01:00 (4 years ago)
Author:
laurent
Message:

Improving test-case STATION_ASF, use of relevant heights and depth for PAPA station.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/tests/STATION_ASF/README.md

    r11861 r11892  
    88```STATION_ASF``` is a demonstration case that mimics an in-situ station (buoy, platform) dedicated to the estimation of surface air-sea fluxes by means of the measurement of traditional meteorological surface parameters. 
    99 
    10 ```STATION_ASF``` is based on the merging of the "single column" and the "standalone surface module" configurations of NEMO (C1D meets SAS). As such, the spatial domain of ```STATION_ASF``` is punctual (1D). 
     10```STATION_ASF``` is based on the merging of the "single column" and the "standalone surface module" configurations of NEMO. In short, it coulb defined as "SAS meets C1D". As such, the spatial domain of ```STATION_ASF``` is punctual (1D, well actually 3 x 3 as in C1D). 
    1111 
    12 ```STATION_ASF``` is therefore a very light and versatile tool to test the different bulk algorithms and cool-skin/warm-layer parameterizations included in NEMO. 
     12```STATION_ASF``` is therefore a versatile tool, and extremely light in terms of computing requirements, to test the different bulk algorithms and cool-skin/warm-layer parameterization options included in NEMO. 
    1313 
    14 As input ```STATION_ASF``` will require the sea surface parameters: 
     14As input ```STATION_ASF``` will require the traditional *bulk* sea surface parameters: 
    1515 
    16 - bulk sea surface temperature (SST) at $z_{SST}$ meters below the surface 
     16- sea surface temperature (SST) at $z_{SST}$ meters below the surface 
    1717- Surface current vector 
    1818- Sea surface salinity 
     
    3131## Physical description 
    3232 
    33  
    34  
    3533### Important namelist parameters speficic to STATION_ASF 
    3634 
     
    4745## Input files to test STATION ASF 
    4846 
    49 Three full years of hourly data from the PAPA buoy can be downloaded here: 
     47Three full years of processed hourly data from the PAPA station (buoy) can be downloaded here: 
    5048https://drive.google.com/file/d/1MxNvjhRHmMrL54y6RX7WIaM9-LGl--ZP/ 
    5149 
    52 These two files are everything you need to play with the set of namelists provided for this test-case. 
     50These three files are everything you need to play with the set of namelists provided for this test-case. 
    5351 
    5452- ```Station_PAPA_50N-145W_atm_hourly.nc```  → contains hourly surface atmospheric state 
     
    5654- ```Station_PAPA_50N-145W_oce_hourly.nc``` → contains hourly sea surface state 
    5755 
     56For station PAPA (50.1 N, 144.9 W), air temperature and humidity are measured at 2.5 m, the wind speed at 4 m, and the SST at 1 m below the surface, hence the following namelist parameters are given: 
     57 
     58- ```rn_dept1 =    1.  ``` (&namusr_def) 
     59- ```rn_lat1d =  50.1 ``` (&namc1d) 
     60- ```rn_lon1d = 215.1``` (&namc1d) 
     61- ```rn_zqt   =   2.5``` (&namsbc_blk) 
     62- ```rn_zu    =    4.``` (&namsbc_blk) 
     63 
     64 
     65 
     66 
     67 
     68 
     69 
     70 
     71 
Note: See TracChangeset for help on using the changeset viewer.