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 8420 – NEMO

Changeset 8420


Ignore:
Timestamp:
2017-08-08T14:18:46+02:00 (7 years ago)
Author:
clem
Message:

changing names

Location:
branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3
Files:
2 added
2 deleted
14 edited

Legend:

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

    r8411 r8420  
    1818   USE dom_oce         ! ocean space and time domain 
    1919   USE ice             ! LIM-3: ice variables 
    20    USE thd_ice         ! LIM-3: thermodynamical variables 
     20   USE ice1D           ! LIM-3: thermodynamical variables 
    2121   USE sbc_oce         ! Surface boundary condition: ocean fields 
    2222   USE sbc_ice         ! Surface boundary condition: ice   fields 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/iceerr1.F90

    r8411 r8420  
    1616   USE phycst          ! physical constants 
    1717   USE ice 
    18    USE thd_ice         ! LIM thermodynamic sea-ice variables 
     18   USE ice1D           ! LIM thermodynamic sea-ice variables 
    1919   USE limitd_th 
    2020   USE limvar 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/iceerr2.F90

    r8411 r8420  
    1616   USE phycst          ! physical constants 
    1717   USE ice 
    18    USE thd_ice         ! LIM thermodynamic sea-ice variables 
     18   USE ice1D         ! LIM thermodynamic sea-ice variables 
    1919   USE limitd_th 
    2020   USE limvar 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/icerdgrft.F90

    r8411 r8420  
    1616   USE phycst           ! physical constants (ocean directory)  
    1717   USE sbc_oce, ONLY: sss_m, sst_m          ! surface boundary condition: ocean fields 
    18    USE thd_ice          ! LIM thermodynamics 
     18   USE ice1D            ! LIM thermodynamics 
    1919   USE ice              ! LIM variables 
    2020   USE limvar           ! LIM 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/icestp.F90

    r8414 r8420  
    2424   USE dom_oce         ! ocean space and time domain 
    2525   USE ice             ! LIM-3: ice variables 
    26    USE thd_ice         ! LIM-3: thermodynamical variables 
     26   USE ice1D           ! LIM-3: thermodynamical variables 
    2727   ! 
    2828   USE sbc_oce         ! Surface boundary condition: ocean fields 
     
    261261      ierr =        ice_alloc        ()      ! ice variables 
    262262      ierr = ierr + sbc_ice_alloc    ()      ! surface forcing  
    263       ierr = ierr + thd_ice_alloc    ()      ! thermodynamics 
     263      ierr = ierr + ice1D_alloc      ()      ! thermodynamics 
    264264      IF( ln_limdyn )   ierr = ierr + ice_rdgrft_alloc ()      ! ridging/rafting 
    265265      ! 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limitd_th.F90

    r8411 r8420  
    2121   USE dom_oce          ! ocean domain 
    2222   USE phycst           ! physical constants (ocean directory)  
    23    USE thd_ice          ! LIM-3 thermodynamic variables 
     23   USE ice1D            ! LIM-3 thermodynamic variables 
    2424   USE ice              ! LIM-3 variables 
    2525   USE limvar           ! LIM-3 variables 
    2626   USE icecons          ! conservation tests 
    27    USE limtab 
     27   USE icetab 
    2828   ! 
    2929   USE prtctl           ! Print control 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limthd.F90

    r8414 r8420  
    2626   USE sbc_ice , ONLY : qsr_oce, qns_oce, qemp_oce, qsr_ice, qns_ice, dqns_ice, evap_ice, qprec_ice, qevap_ice, & 
    2727      &                 fr1_i0, fr2_i0, nn_limflx 
    28    USE thd_ice        ! thermodynamic sea-ice variables 
     28   USE ice1D          ! thermodynamic sea-ice variables 
    2929   USE limthd_dif     ! vertical diffusion 
    3030   USE limthd_dh      ! ice-snow growth and melt 
     
    3434   USE limthd_lac     ! lateral accretion 
    3535   USE limitd_th      ! remapping thickness distribution 
    36    USE limtab         ! 1D <==> 2D transformation 
     36   USE icetab         ! 1D <==> 2D transformation 
    3737   USE limvar         ! 
    3838   USE icecons        ! conservation tests 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limthd_da.F90

    r8378 r8420  
    1515   USE phycst         ! physical constants (ocean directory) 
    1616   USE ice            ! LIM variables 
    17    USE thd_ice        ! thermodynamic sea-ice variables 
     17   USE ice1D          ! thermodynamic sea-ice variables 
    1818   ! 
    1919   USE lib_mpp        ! MPP library 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limthd_dh.F90

    r8414 r8420  
    1919   USE phycst         ! physical constants (OCE directory)  
    2020   USE ice            ! LIM variables 
    21    USE thd_ice        ! LIM thermodynamics 
     21   USE ice1D          ! LIM thermodynamics 
    2222   ! 
    2323   USE in_out_manager ! I/O manager 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limthd_dif.F90

    r8378 r8420  
    1919   USE phycst         ! physical constants (ocean directory)  
    2020   USE ice            ! LIM-3 variables 
    21    USE thd_ice        ! LIM-3: thermodynamics 
     21   USE ice1D          ! LIM-3: thermodynamics 
    2222   ! 
    2323   USE in_out_manager ! I/O manager 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limthd_ent.F90

    r8378 r8420  
    2424   USE phycst         ! physical constants 
    2525   USE ice            ! LIM variables 
    26    USE thd_ice        ! LIM thermodynamics 
     26   USE ice1D          ! LIM thermodynamics 
    2727   USE limvar         ! LIM variables 
    2828   ! 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limthd_lac.F90

    r8411 r8420  
    2020   USE sbc_oce , ONLY : sss_m 
    2121   USE sbc_ice , ONLY : utau_ice, vtau_ice 
    22    USE thd_ice        ! LIM thermodynamics 
     22   USE ice1D          ! LIM thermodynamics 
    2323   USE ice            ! LIM variables 
    24    USE limtab         ! LIM 2D <==> 1D 
     24   USE icetab         ! LIM 2D <==> 1D 
    2525   USE icecons        ! LIM conservation 
    2626   USE limthd_ent 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limthd_sal.F90

    r8378 r8420  
    1717   USE phycst         ! physical constants (ocean directory) 
    1818   USE ice            ! LIM variables 
    19    USE thd_ice        ! LIM thermodynamics 
     19   USE ice1D          ! LIM thermodynamics 
    2020   USE limvar         ! LIM variables 
    2121   ! 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limvar.F90

    r8413 r8420  
    4040   USE sbc_oce , ONLY : sss_m 
    4141   USE ice            ! ice variables 
    42    USE thd_ice        ! ice variables (thermodynamics) 
     42   USE ice1D          ! ice variables (thermodynamics) 
    4343   ! 
    4444   USE in_out_manager ! I/O manager 
Note: See TracChangeset for help on using the changeset viewer.