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 8316 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3 – NEMO

Ignore:
Timestamp:
2017-07-11T14:05:05+02:00 (7 years ago)
Author:
clem
Message:

STEP2 (3): remove obsolete features

Location:
branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limadv_umx.F90

    r7753 r8316  
    1515   USE phycst         ! physical constant 
    1616   USE dom_oce        ! ocean domain 
    17    USE sbc_oce        ! ocean surface boundary condition 
     17   USE sbc_oce, ONLY: nn_fsbc   ! ocean surface boundary condition 
    1818   USE ice            ! ice variables 
    1919   ! 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limdiahsb.F90

    r7646 r8316  
    1515   USE ice             ! LIM-3: sea-ice variable 
    1616   USE dom_oce         ! ocean domain 
    17    USE sbc_oce         ! surface boundary condition: ocean fields 
    18    USE sbc_ice         ! Surface boundary condition: sea-ice fields 
     17   USE sbc_oce, ONLY: sfx         ! surface boundary condition: ocean fields 
    1918   USE daymod          ! model calendar 
    2019   USE phycst          ! physical constant 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limdyn.F90

    r8313 r8316  
    1717   USE phycst           ! physical constants 
    1818   USE dom_oce          ! ocean space and time domain 
    19    USE sbc_ice          ! Surface boundary condition: ice   fields 
    2019   USE ice              ! LIM-3 variables 
    2120   USE limrhg           ! LIM-3 rheology 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limistate.F90

    r8291 r8316  
    1515   !!   lim_istate_init :  initialization of ice state and namelist read 
    1616   !!---------------------------------------------------------------------- 
    17    USE phycst           ! physical constant 
    18    USE oce              ! dynamics and tracers variables 
    19    USE dom_oce          ! ocean domain 
    20    USE sbc_oce          ! Surface boundary condition: ocean fields 
    21    USE sbc_ice          ! Surface boundary condition: ice fields 
    22    USE eosbn2           ! equation of state 
    23    USE ice              ! sea-ice variables 
    24    USE par_oce          ! ocean parameters 
    25    USE limvar           ! lim_var_salprof 
     17   USE phycst         ! physical constant 
     18   USE oce            ! dynamics and tracers variables 
     19   USE dom_oce        ! ocean domain 
     20   USE sbc_oce , ONLY : sst_m, sss_m  
     21   USE sbc_ice , ONLY : tn_ice 
     22   USE eosbn2         ! equation of state 
     23   USE ice            ! sea-ice variables 
     24   USE par_oce        ! ocean parameters 
     25   USE limvar         ! lim_var_salprof 
    2626   ! 
    27    USE in_out_manager   ! I/O manager 
    28    USE lib_mpp          ! MPP library 
    29    USE lib_fortran      ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined)   
    30    USE wrk_nemo         ! work arrays 
    31    USE fldread          ! read input fields 
     27   USE in_out_manager ! I/O manager 
     28   USE lib_mpp        ! MPP library 
     29   USE lib_fortran    ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined)   
     30   USE wrk_nemo       ! work arrays 
     31   USE fldread        ! read input fields 
    3232   USE iom 
    3333 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limitd_me.F90

    r8239 r8316  
    1515   USE dom_oce          ! ocean domain 
    1616   USE phycst           ! physical constants (ocean directory)  
    17    USE sbc_oce          ! surface boundary condition: ocean fields 
     17   USE sbc_oce, ONLY: sss_m, sst_m          ! surface boundary condition: ocean fields 
    1818   USE thd_ice          ! LIM thermodynamics 
    1919   USE ice              ! LIM variables 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limrhg.F90

    r8313 r8316  
    2222   USE par_oce        ! Ocean parameters 
    2323   USE dom_oce        ! Ocean domain 
    24    USE sbc_oce        ! Surface boundary condition: ocean fields 
    25    USE sbc_ice        ! Surface boundary condition: ice fields 
     24   USE sbc_oce , ONLY : ln_ice_embd, nn_fsbc, ssh_m 
     25   USE sbc_ice , ONLY : utau_ice, vtau_ice 
    2626   USE ice            ! ice variables 
    2727   USE limitd_me      ! ice strength 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limrst.F90

    r8233 r8316  
    1919   USE oce     , ONLY :  snwice_mass, snwice_mass_b 
    2020   USE dom_oce        ! ocean domain 
    21    USE sbc_oce        ! Surface boundary condition: ocean fields 
    22    USE sbc_ice        ! Surface boundary condition: ice fields 
     21   USE sbc_oce , ONLY : nn_fsbc 
    2322   USE in_out_manager ! I/O manager 
    2423   USE iom            ! I/O library 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limsbc.F90

    r8313 r8316  
    2828   USE dom_oce        ! ocean domain 
    2929   USE ice            ! LIM sea-ice variables 
    30    USE sbc_ice        ! Surface boundary condition: sea-ice fields 
    31    USE sbc_oce        ! Surface boundary condition: ocean fields 
     30   USE sbc_ice , ONLY : emp_oce, qns_oce, qsr_oce, qemp_oce, emp_ice, qsr_ice, qemp_ice, qevap_ice, alb_ice, tn_ice, cldf_ice 
     31   USE sbc_oce , ONLY : nn_fsbc, ln_ice_embd, sfx, fr_i, qsr_tot, qns, qsr, fmmflx, emp, taum, utau, vtau 
    3232   USE sbccpl         ! Surface boundary condition: coupled interface 
    3333   USE albedo         ! albedo parameters 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limthd.F90

    r8313 r8316  
    2323   USE dom_oce        ! ocean space and time domain variables 
    2424   USE ice            ! sea-ice variables 
    25    USE sbc_oce        ! Surface boundary condition: ocean fields 
    26    USE sbc_ice        ! Surface boundary condition: ice fields 
     25   USE sbc_oce , ONLY : sst_m, e3t_m, utau, vtau, ssu_m, ssv_m, frq_m, qns_tot, qsr_tot, sprecip 
     26   USE sbc_ice , ONLY : qsr_oce, qns_oce, qemp_oce, qsr_ice, qns_ice, dqns_ice, evap_ice, qprec_ice, qevap_ice, fr1_i0, fr2_i0 
    2727   USE thd_ice        ! thermodynamic sea-ice variables 
    2828   USE limthd_dif     ! vertical diffusion 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limthd_dh.F90

    r8313 r8316  
    1818   USE par_oce        ! ocean parameters 
    1919   USE phycst         ! physical constants (OCE directory)  
    20    USE sbc_oce        ! Surface boundary condition: ocean fields 
     20   USE sbc_oce , ONLY : sst_m, sss_m 
    2121   USE ice            ! LIM variables 
    2222   USE thd_ice        ! LIM thermodynamics 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limthd_ent.F90

    r5134 r8316  
    2323   USE domain         ! 
    2424   USE phycst         ! physical constants 
    25    USE sbc_oce        ! Surface boundary condition: ocean fields 
    2625   USE ice            ! LIM variables 
    2726   USE thd_ice        ! LIM thermodynamics 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limthd_lac.F90

    r8313 r8316  
    1818   USE dom_oce        ! domain variables 
    1919   USE phycst         ! physical constants 
    20    USE sbc_oce        ! Surface boundary condition: ocean fields 
    21    USE sbc_ice        ! Surface boundary condition: ice fields 
     20   USE sbc_oce , ONLY : sss_m 
     21   USE sbc_ice , ONLY : utau_ice, vtau_ice 
    2222   USE thd_ice        ! LIM thermodynamics 
    2323   USE ice            ! LIM variables 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limthd_sal.F90

    r7646 r8316  
    1616   USE par_oce        ! ocean parameters 
    1717   USE phycst         ! physical constants (ocean directory) 
    18    USE sbc_oce        ! Surface boundary condition: ocean fields 
     18   USE sbc_oce , ONLY : sss_m 
    1919   USE ice            ! LIM variables 
    2020   USE thd_ice        ! LIM thermodynamics 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limtrp.F90

    r8312 r8316  
    1616   USE phycst         ! physical constant 
    1717   USE dom_oce        ! ocean domain 
    18    USE sbc_oce        ! ocean surface boundary condition 
     18   USE sbc_oce , ONLY : nn_fsbc 
    1919   USE ice            ! ice variables 
    2020   USE limvar         !  
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limupdate1.F90

    r8239 r8316  
    1313   !!    lim_update1   : computes update of sea-ice global variables from trend terms 
    1414   !!---------------------------------------------------------------------- 
    15    USE sbc_oce         ! Surface boundary condition: ocean fields 
    16    USE sbc_ice         ! Surface boundary condition: ice fields 
    1715   USE dom_oce 
    1816   USE phycst          ! physical constants 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limupdate2.F90

    r8239 r8316  
    1313   !!    lim_update2   : computes update of sea-ice global variables from trend terms 
    1414   !!---------------------------------------------------------------------- 
    15    USE sbc_oce         ! Surface boundary condition: ocean fields 
    16    USE sbc_ice         ! Surface boundary condition: ice fields 
    1715   USE dom_oce 
    1816   USE phycst          ! physical constants 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limvar.F90

    r8239 r8316  
    3838   USE par_oce        ! ocean parameters 
    3939   USE phycst         ! physical constants (ocean directory)  
    40    USE sbc_oce        ! Surface boundary condition: ocean fields 
     40   USE sbc_oce , ONLY : sss_m 
    4141   USE ice            ! ice variables 
    4242   USE thd_ice        ! ice variables (thermodynamics) 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limwri.F90

    r8313 r8316  
    1515   USE phycst 
    1616   USE dom_oce 
    17    USE sbc_oce         ! Surface boundary condition: ocean fields 
     17   USE sbc_oce 
    1818   USE sbc_ice         ! Surface boundary condition: ice fields 
    1919   USE ice 
Note: See TracChangeset for help on using the changeset viewer.