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 1465 for trunk/NEMO/LIM_SRC_2 – NEMO

Changeset 1465 for trunk/NEMO/LIM_SRC_2


Ignore:
Timestamp:
2009-06-11T09:29:51+02:00 (15 years ago)
Author:
smasson
Message:

supress ice_oce module, see ticket:448

Location:
trunk/NEMO/LIM_SRC_2
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_2/ice_2.F90

    r1463 r1465  
    3232   INTEGER , PUBLIC ::   nbiter = 1         !: number of sub-time steps for relaxation 
    3333   INTEGER , PUBLIC ::   nbitdr = 250       !: maximum number of iterations for relaxation 
     34   REAL(wp), PUBLIC ::   rdt_ice            !: ice time step 
    3435   REAL(wp), PUBLIC ::   epsd   = 1.0e-20   !: tolerance parameter for dynamic 
    3536   REAL(wp), PUBLIC ::   alpha  = 0.5       !: coefficient for semi-implicit coriolis 
  • trunk/NEMO/LIM_SRC_2/iceini_2.F90

    r1463 r1465  
    1717   USE dom_oce 
    1818   USE dom_ice_2 
    19    USE ice_oce         ! ice variables 
    2019   USE sbc_oce         ! surface boundary condition: ocean 
    2120   USE sbc_ice         ! surface boundary condition: ice 
     
    5655                  
    5756      ! Louvain la Neuve Ice model 
    58       dtsd2   = nn_fsbc * rdttra(1) * 0.5 
    5957      rdt_ice = nn_fsbc * rdttra(1) 
    6058 
  • trunk/NEMO/LIM_SRC_2/limadv_2.F90

    r1156 r1465  
    1414   USE dom_oce 
    1515   USE dom_ice_2 
    16    USE ice_oce         ! ice variables 
    1716   USE in_out_manager  ! I/O manager 
     17   USE ice_2 
    1818   USE lbclnk 
    1919   USE prtctl          ! Print control 
  • trunk/NEMO/LIM_SRC_2/limdia_2.F90

    r1156 r1465  
    1818   USE phycst          !  
    1919   USE par_ice_2       ! ice parameters 
    20    USE ice_oce         ! ice variables 
    2120   USE sbc_oce         ! surface boundary condition variables 
    2221   USE daymod          ! 
  • trunk/NEMO/LIM_SRC_2/limdmp_2.F90

    r1156 r1465  
    1717   USE phycst          ! physical constants 
    1818   USE ice_2 
    19    USE ice_oce 
    2019   USE tradmp 
    2120   USE dom_oce 
  • trunk/NEMO/LIM_SRC_2/limdyn_2.F90

    r1347 r1465  
    2020   USE phycst         ! 
    2121   USE ice_2          ! 
    22    USE ice_oce        ! 
    2322   USE dom_ice_2      ! 
    2423   USE limistate_2    ! 
  • trunk/NEMO/LIM_SRC_2/limhdf_2.F90

    r1156 r1465  
    1212   !! * Modules used 
    1313   USE dom_oce 
    14    USE ice_oce         ! ice variables 
    1514   USE in_out_manager 
    1615   USE ice_2 
  • trunk/NEMO/LIM_SRC_2/limistate_2.F90

    r1228 r1465  
    2020   USE phycst 
    2121   USE par_ice_2       ! ice parameters 
    22    USE ice_oce         ! ice variables 
    2322   USE dom_ice_2 
    2423   USE eosbn2          ! equation of state 
  • trunk/NEMO/LIM_SRC_2/limrhg_2.F90

    r1347 r1465  
    1818   !!---------------------------------------------------------------------- 
    1919   USE par_oce        ! ocean parameter 
    20    USE ice_oce        ! ice variables 
    2120   USE sbc_ice        ! surface boundary condition: ice variables 
    2221   USE dom_ice_2      ! domaine: ice variables 
  • trunk/NEMO/LIM_SRC_2/limsbc_2.F90

    r1463 r1465  
    2020   USE sbc_oce          ! surface boundary condition 
    2121   USE phycst           ! physical constants 
    22    USE ice_oce          ! sea-ice variable 
    2322   USE ice_2            ! LIM sea-ice variables 
    2423   USE dynspg_oce       ! choice of the surface pressure gradient scheme  
  • trunk/NEMO/LIM_SRC_2/limthd_2.F90

    r1463 r1465  
    2121   USE in_out_manager  ! I/O manager 
    2222   USE ice_2           ! LIM sea-ice variables 
    23    USE ice_oce         ! sea-ice/ocean variables 
    2423   USE sbc_oce         !  
    2524   USE sbc_ice         !  
  • trunk/NEMO/LIM_SRC_2/limthd_lac_2.F90

    r1228 r1465  
    1111   USE par_oce          ! ocean parameters 
    1212   USE phycst 
    13    USE ice_oce          ! ice variables 
    1413   USE thd_ice_2 
    1514   USE ice_2 
  • trunk/NEMO/LIM_SRC_2/limthd_zdf_2.F90

    r1228 r1465  
    1717   USE par_oce          ! ocean parameters 
    1818   USE phycst           ! ??? 
    19    USE ice_oce          ! ice variables 
    2019   USE thd_ice_2 
    2120   USE ice_2 
  • trunk/NEMO/LIM_SRC_2/limtrp_2.F90

    r1228 r1465  
    1616   USE daymod 
    1717   USE in_out_manager  ! I/O manager 
    18    USE ice_oce         ! ice variables 
    1918   USE dom_ice_2 
    2019   USE ice_2 
  • trunk/NEMO/LIM_SRC_2/limwri_2.F90

    r1463 r1465  
    1818   USE dom_oce 
    1919   USE daymod 
    20    USE ice_oce         ! ice variables 
    2120   USE sbc_oce 
    2221   USE sbc_ice 
Note: See TracChangeset for help on using the changeset viewer.