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.
ticket/1751_SIMPLIF_6_aerobulk (diff) – NEMO

Changes between Version 2 and Version 3 of ticket/1751_SIMPLIF_6_aerobulk


Ignore:
Timestamp:
2016-06-18T15:17:30+02:00 (8 years ago)
Author:
gm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/1751_SIMPLIF_6_aerobulk

    v2 v3  
    1919The new package has a single interface (i.e. namelist namsbc_blk) that gives access to the three following bulk formula: 
    2020 
    21  * COARE algorithm version 3 (Fairall ''et al.'' 2003) 
     21 * COARE algorithm version 3 (Fairall ''et al.'' 2003) and version 3.5 (Edson ''et al. ''2013) 
    2222 * NCAR algorithm (Large & Yeager 2004, 2008) (the so-called CORE bulk formula) 
    2323 * ECMWF algorithm 
     
    5454namsbc_core => namsbc_blk 
    5555}}} 
     56More precisely : 
     57 
     58[[BR]]In SBC directory, 
     59 
     60 * remove sbcblk_core, sbcblk_clio, and sbcblk_mfs 
     61 * add sbcblk.F90 from NEMOGCM_trunk/SBC 
     62 * add sbcblk_algo_coare, ..._coare3p5, ..._ecmwf, and ..._ncar  from NEMOGCM_trunk/SBC 
     63 * sbcmod.F90 : update from the one found in NEMOGCM_trunk/SBC 
     64 * sbcice _cice, _lim_2, and _lim .F90  : mostly replace ln_blk_core by ln_blk 
     65 * sbc_oce.F90 : update from the one found in NEMOGCM_trunk/SBC 
     66 * cyclone.F90 : comment changes only 
     67 * sbcwave.F90 : mostly replace ln_blk_core by ln_blk 
     68 
     69[[BR]]In DIU directory, 
     70 
     71 * cool_skin.F90  : style + replace ln_blk_core by ln_blk 
     72 * step_diu.F90   : idem 
     73 
     74[[BR]]Namelist, 
     75 
     76 * Namelist_ref :  
    5677 
    5778 
    5879---- 
    59  
    6080'''TO BE DONE :''' 
    6181 
    62  - add 3 logical replacing the test : nn_components == jp_iam_nemo, jp_iam_opa, and jp_iam_sas   (used in fldread.F90, sbccpl.F90, and sbcmod.F90), which declaration should be in abc_oce.F90 
     82 * add 3 logical replacing the test : nn_components == jp_iam_nemo, jp_iam_opa, and jp_iam_sas   (used in fldread.F90, sbccpl.F90, and sbcmod.F90), which declaration should be in abc_oce.F90 
    6383 
    6484----