Changes between Version 2 and Version 3 of ticket/1751_SIMPLIF_6_aerobulk
- Timestamp:
- 2016-06-18T15:17:30+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ticket/1751_SIMPLIF_6_aerobulk
v2 v3 19 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 * 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) 22 22 * NCAR algorithm (Large & Yeager 2004, 2008) (the so-called CORE bulk formula) 23 23 * ECMWF algorithm … … 54 54 namsbc_core => namsbc_blk 55 55 }}} 56 More 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 : 56 77 57 78 58 79 ---- 59 60 80 '''TO BE DONE :''' 61 81 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.F9082 * 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 83 64 84 ----