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 821 for branches/dev_002_LIM/NEMO/LIM_SRC/limthd_zdf.F90 – NEMO

Ignore:
Timestamp:
2008-03-06T12:22:15+01:00 (16 years ago)
Author:
rblod
Message:

Change name of modules and subroutines for LIM2 with suffix _2, add albedo_2 and flxblk_2, see ticket #71

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_002_LIM/NEMO/LIM_SRC/limthd_zdf.F90

    r719 r821  
    1 MODULE limthd_zdf 
     1MODULE limthd_zdf_2 
    22   !!====================================================================== 
    3    !!                       ***  MODULE limthd_zdf *** 
     3   !!                       ***  MODULE limthd_zdf_2 *** 
    44   !!                thermodynamic growth and decay of the ice  
    55   !!====================================================================== 
    6 #if defined key_ice_lim 
     6#if defined key_lim2 
    77   !!---------------------------------------------------------------------- 
    8    !!   'key_ice_lim'                                     LIM sea-ice model 
     8   !!   'key_lim2'                                    LIM 2.0 sea-ice model 
    99   !!---------------------------------------------------------------------- 
    10    !!   lim_thd_zdf  : vertical accr./abl. and lateral ablation of sea ice 
     10   !!   lim_thd_zdf_2 : vertical accr./abl. and lateral ablation of sea ice 
    1111   !!---------------------------------------------------------------------- 
    1212   !! * Modules used 
     
    1414   USE phycst           ! ??? 
    1515   USE ice_oce          ! ice variables 
    16    USE thd_ice 
    17    USE iceini 
    18    USE limistate 
     16   USE thd_ice_2 
     17   USE iceini_2 
     18   USE limistate_2 
    1919   USE in_out_manager 
    2020       
     
    2323 
    2424   !! * Routine accessibility 
    25    PUBLIC lim_thd_zdf        ! called by lim_thd 
     25   PUBLIC lim_thd_zdf_2      ! called by lim_thd_2 
    2626 
    2727   !! * Module variables 
     
    3838CONTAINS 
    3939 
    40    SUBROUTINE lim_thd_zdf( kideb , kiut ) 
     40   SUBROUTINE lim_thd_zdf_2( kideb , kiut ) 
    4141      !!------------------------------------------------------------------ 
    42       !!                ***  ROUTINE lim_thd_zdf  *** 
     42      !!                ***  ROUTINE lim_thd_zdf_2  *** 
    4343      !!               
    4444      !! ** Purpose : This routine determines the time evolution of snow  
     
    802802       END DO 
    803803        
    804     END SUBROUTINE lim_thd_zdf 
     804    END SUBROUTINE lim_thd_zdf_2 
    805805#else 
    806806   !!====================================================================== 
    807    !!                       ***  MODULE limthd_zdf   *** 
     807   !!                       ***  MODULE limthd_zdf_2   *** 
    808808   !!                              no sea ice model   
    809809   !!====================================================================== 
    810810CONTAINS 
    811    SUBROUTINE lim_thd_zdf          ! Empty routine 
    812    END SUBROUTINE lim_thd_zdf 
     811   SUBROUTINE lim_thd_zdf_2          ! Empty routine 
     812   END SUBROUTINE lim_thd_zdf_2 
    813813#endif 
    814  END MODULE limthd_zdf 
     814 END MODULE limthd_zdf_2 
Note: See TracChangeset for help on using the changeset viewer.