Changes between Version 1 and Version 2 of ticket/1751_SIMPLIF_6_aerobulk
- Timestamp:
- 2016-06-18T10:44:56+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ticket/1751_SIMPLIF_6_aerobulk
v1 v2 11 11 ---- 12 12 === Description === 13 Development branch related to Simplification / Enhancement 13 Development branch related to Simplification / Enhancement of bulk formula in NEMO/OPA 14 14 15 Purpose:15 '''Purpose''': 16 16 17 17 Replacement of the current 3 bulk formula packages (sbcblk_core, sbcblk_clio, sbcblk_mfs) by a single generic package, [http://aerobulk.sourceforge.net/ aerobulk], developed by L. Brodeau. 18 18 19 The new package has a single interface (i.e. namelist ) that gives access to the three following bulk formula:19 The new package has a single interface (i.e. namelist namsbc_blk) that gives access to the three following bulk formula: 20 20 21 21 * COARE algorithm version 3 (Fairall ''et al.'' 2003) … … 23 23 * ECMWF algorithm 24 24 25 '''Notes''': 26 27 * CLIO bulk formula is removed from the system 28 * CORE bulk formula is renamed NCAR bulk formulea 29 * COARE and ECMWF are two newly introduced bulk formula in NEMO 30 * ECMWF bulk are recommended bulk when using ERA input atmospheric data 31 25 32 ---- 26 33 === Strategy === 34 '''STEP 1 : ''' 35 27 36 Start from trunk at revision [https://forge.ipsl.jussieu.fr/nemo/changeset/6711 r6711] and from Laurent Brodeau' Aerobulk package adapted to NEMO. 28 37 … … 44 53 namsbc: remove ln_blk_clio and ln_blk_mfs, change ln_blk_core to ln_blk 45 54 namsbc_core => namsbc_blk 55 }}} 46 56 47 }}} 57 48 58 ---- 59 60 '''TO BE DONE :''' 61 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 63 64 ----