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 8512 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/OPA_SRC/SBC/sbc_ice.F90 – NEMO

Ignore:
Timestamp:
2017-09-07T20:08:11+02:00 (7 years ago)
Author:
clem
Message:

changes in style - part5 - reaching the end

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/OPA_SRC/SBC/sbc_ice.F90

    r8376 r8512  
    6868   REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:)   ::   emp_oce        !: evap - precip over ocean                 [kg/m2/s] 
    6969   REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:)   ::   wndm_ice       !: wind speed module at T-point                 [m/s] 
    70    INTEGER , PUBLIC                                      ::   nn_limflx      !: LIM3 Multi-category heat flux formulation 
    71    !                                                                            ! =-1  Use of per-category fluxes 
    72    !                                                                            ! = 0  Average per-category fluxes 
    73    !                                                                            ! = 1  Average then redistribute per-category fluxes 
    74    !                                                                            ! = 2  Redistribute a single flux over categories 
    7570#endif 
    7671 
Note: See TracChangeset for help on using the changeset viewer.