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-04_laurent_bulk_ice (diff) – NEMO

Changes between Version 16 and Version 17 of 2020WP/ASINTER-04_laurent_bulk_ice


Ignore:
Timestamp:
2020-11-17T16:00:11+01:00 (3 years ago)
Author:
laurent
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2020WP/ASINTER-04_laurent_bulk_ice

    v16 v17  
    4343   * old and uncomplete "Cdn10_Lupkes2015" & "Cdn10_Lupkes2012" are gone! 
    4444   * more efficient use of "#if defined key_si3" 
    45    * use of new bulk algorithm "sbcblk_algo_andreas" 
     45   * new bulk algorithm available: "sbcblk_algo_andreas" (Andreas et al., 2015) 
    4646   * "nn_iter_algo", number of iterations to be used in bulk algorithms now provided in "&namsbc_blk" namelist block 
     47{{{ 
     48INTEGER          :: nn_iter_algo   !  Number of iterations in bulk param. algo ("stable ABL + weak wind" requires more) 
     49}}} 
     50   * handling of new namelist parameters for air-ice bulk algorithms () 
     51{{{ 
     52   LOGICAL  ::   ln_Cx_ice_cst             ! use constant air-ice bulk transfer coefficients 
     53   REAL(wp) ::   rn_Cd_i, rn_Ce_i, rn_Ch_i ! constant values for     "       "      " 
     54   LOGICAL  ::   ln_Cx_ice_LU12            ! air-ice bulk transfer coefficients based on Lupkes et al., 2012) 
     55   LOGICAL  ::   ln_Cx_ice_LG15            ! air-ice bulk transfer coefficients based on Lupkes & Gryanik, 2015) 
     56 
     57}}} 
     58   * use of new global public arrays "theta_air_zt" and "q_air_zt", potential air temperature and specific humidity at zt, respectively 
     59     * "theta_air_zt" computed from absolute temperature at zt (read in netCDF file) and "q_air_zt" if '''''ln_tair_pot==.false.''''' (new namelist parameter) 
     60{{{   LOGICAL  ::   ln_tair_pot    ! temperature read in files ("sn_tair") is already potential temperature (not absolute)}}} 
    4761 
    4862 
     
    5064 
    5165 
    52  * "pp_cldf" declared into "sbc_phy" (affects: SBC/sbccpl.F90,  
     66 * "pp_cldf" declared into "sbc_phy" (affects: SBC/sbccpl.F90, SBC/sbccpl.F90) 
    5367 
    54  * "SBC/sbcblk_algo_*.F90": various improvements, number of iterations now provided through namelist parameter into "&namsbc_blk" 
     68 * "SBC/sbcblk_algo_*.F90": various improvements 
     69   * number of iterations now provided through namelist parameter into "&namsbc_blk" 
     70   * neutral transfer coeeficients now as OPTIONAL output arguments 
     71 
     72 
    5573... 
    5674