123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206 |
- MODULE ice_2
- !!======================================================================
- !! *** MODULE ice ***
- !! Sea Ice physics: diagnostics variables of ice defined in memory
- !!=====================================================================
- !! History : 2.0 ! 2003-08 (C. Ethe) F90: Free form and module
- !! 3.3 ! 2009-05 (G.Garric) addition of the lim2_evp cas
- !! 4.0 ! 2011-01 (A. R. Porter, STFC Daresbury) dynamical allocation
- !!----------------------------------------------------------------------
- #if defined key_lim2
- !!----------------------------------------------------------------------
- !! 'key_lim2' : LIM 2.0 sea-ice model
- !!----------------------------------------------------------------------
- USE par_ice_2 ! LIM sea-ice parameters
- IMPLICIT NONE
- PRIVATE
-
- PUBLIC ice_alloc_2 ! Called in iceini_2.F90
- INTEGER , PUBLIC :: numit !: ice iteration index
- REAL(wp), PUBLIC :: rdt_ice !: ice time step
- ! !!* namicerun read in iceini *
- CHARACTER(len=32) , PUBLIC :: cn_icerst_in !: suffix of ice restart name (input)
- CHARACTER(len=256) , PUBLIC :: cn_icerst_indir !: ice restart in directory
- CHARACTER(len=32) , PUBLIC :: cn_icerst_out !: suffix of ice restart name (output)
- CHARACTER(len=256) , PUBLIC :: cn_icerst_outdir !: ice restart out directory
- LOGICAL , PUBLIC :: ln_limdyn !: flag for ice dynamics (T) or not (F)
- LOGICAL , PUBLIC :: ln_limdmp !: Ice damping
- REAL(wp) , PUBLIC :: hsndif !: snow temp. computation (0) or not (9999)
- REAL(wp) , PUBLIC :: hicdif !: ice temp. computation (0) or not (9999)
- REAL(wp), DIMENSION(2), PUBLIC :: acrit !: minimum lead fraction in the 2 hemisphere
- !
- LOGICAL , PUBLIC :: ln_nicep = .TRUE. !: flag grid points output (T) or not (F)
- ! !!* ice-dynamic namelist (namicedyn) *
- INTEGER , PUBLIC :: nbiter !: number of sub-time steps for relaxation
- INTEGER , PUBLIC :: nbitdr !: maximum number of iterations for relaxation
- INTEGER , PUBLIC :: nn_nevp !: number of EVP subcycling iterations
- INTEGER , PUBLIC :: telast !: timescale for EVP elastic waves
- REAL(wp), PUBLIC :: epsd !: tolerance parameter for dynamic
- REAL(wp), PUBLIC :: alpha !: coefficient for semi-implicit coriolis
- REAL(wp), PUBLIC :: dm !: diffusion constant for dynamics
- REAL(wp), PUBLIC :: om !: relaxation constant
- REAL(wp), PUBLIC :: resl !: maximum value for the residual of relaxation
- REAL(wp), PUBLIC :: cw !: drag coefficient for oceanic stress
- REAL(wp), PUBLIC :: angvg !: turning angle for oceanic stress
- REAL(wp), PUBLIC :: pstar !: first bulk-rheology parameter
- REAL(wp), PUBLIC :: c_rhg !: second bulk-rhelogy parameter
- REAL(wp), PUBLIC :: etamn !: minimun value for viscosity
- REAL(wp), PUBLIC :: rn_creepl !: creep limit
- REAL(wp), PUBLIC :: rn_ecc !: eccentricity of the elliptical yield curve
- REAL(wp), PUBLIC :: ahi0 !: sea-ice hor. eddy diffusivity coeff. (m2/s)
- REAL(wp), PUBLIC :: alphaevp !: coefficient for the solution of EVP int. stresses
- REAL(wp), PUBLIC :: usecc2 !: = 1.0 / ( rn_ecc * rn_ecc )
- REAL(wp), PUBLIC :: rhoco !: = rau0 * cw
- REAL(wp), PUBLIC :: sangvg, cangvg !: sin and cos of the turning angle for ocean stress
- REAL(wp), PUBLIC :: pstarh !: pstar / 2.0
- ! !!** switch for presence of ice or not
- REAL(wp), PUBLIC :: rswitch
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: ahiu , ahiv !: hor. diffusivity coeff. at ocean U- and V-points (m2/s)
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: pahu , pahv !: ice hor. eddy diffusivity coef. at ocean U- and V-points
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: ust2s !: friction velocity
- !!* Ice Rheology
- # if defined key_lim2_vp
- ! !!* VP rheology *
- LOGICAL , PUBLIC :: lk_lim2_vp = .TRUE. !: Visco-Plactic reology flag
- !
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: hsnm , hicm !: mean snow and ice thicknesses
- !
- # else
- ! !!* EVP rheology *
- LOGICAL , PUBLIC:: lk_lim2_vp = .FALSE. !: Visco-Plactic reology flag
- !
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: stress1_i !: first stress tensor element
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: stress2_i !: second stress tensor element
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: stress12_i !: diagonal stress tensor element
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: delta_i !: rheology delta factor (see Flato and Hibler 95) [s-1]
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: divu_i !: Divergence of the velocity field [s-1] -> limrhg.F90
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: shear_i !: Shear of the velocity field [s-1] -> limrhg.F90
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: at_i !: ice fraction
- !
- REAL(wp), PUBLIC, DIMENSION(:,:) , POINTER :: vt_s ,vt_i !: mean snow and ice thicknesses
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:), TARGET :: hsnm , hicm !: target vt_s,vt_i pointers
- #endif
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: rdvosif !: ice volume change at ice surface (only used for outputs)
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: rdvobif !: ice volume change at ice bottom (only used for outputs)
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: fdvolif !: Total ice volume change (only used for outputs)
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: rdvonif !: Lateral ice volume change (only used for outputs)
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: sist !: Sea-Ice Surface Temperature [Kelvin]
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: tfu !: Freezing/Melting point temperature of sea water at SSS
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: hicif !: Ice thickness
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: hsnif !: Snow thickness
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: hicifp !: Ice production/melting
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: frld !: Leads fraction = 1-a/totalarea
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: phicif !: ice thickness at previous time
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: pfrld !: Leads fraction at previous time
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: qstoif !: Energy stored in the brine pockets
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: fbif !: Heat flux at the ice base
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: rdm_snw !: Variation of snow mass over 1 time step [Kg/m2]
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: rdq_snw !: Heat content associated with rdm_snw [J/m2]
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: rdm_ice !: Variation of ice mass over 1 time step [Kg/m2]
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: rdq_ice !: Heat content associated with rdm_ice [J/m2]
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: qldif !: heat balance of the lead (or of the open ocean)
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: qcmif !: Energy needed to freeze the ocean surface layer
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: fdtcn !: net downward heat flux from the ice to the ocean
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: qdtcn !: energy from the ice to the ocean point (at a factor 2)
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: thcm !: part of the solar energy used in the lead heat budget
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: fstric_mean !: Solar flux transmitted trough the ice, for day mean of qsr ( PISCES, with dirunal cycle )
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: fstric !: Solar flux transmitted trough the ice
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: ffltbif !: linked with the max heat contained in brine pockets (?)
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: fscmbq !: Linked with the solar flux below the ice (?)
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: fsbbq !: Also linked with the solar flux below the ice (?)
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: qfvbq !: used to store energy in case of toral lateral ablation (?)
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: dmgwi !: Variation of the mass of snow ice
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: u_ice, v_ice !: two components of the ice velocity at I-point (m/s)
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: u_oce, v_oce !: two components of the ocean velocity at I-point (m/s)
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:,:) :: tbif !: Temperature inside the ice/snow layer
- !!* moment used in the advection scheme
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: sxice, syice, sxxice, syyice, sxyice !: for ice volume
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: sxsn, sysn, sxxsn, syysn, sxysn !: for snow volume
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: sxa, sya, sxxa, syya, sxya !: for ice cover area
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: sxc0, syc0, sxxc0, syyc0, sxyc0 !: for heat content of snow
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: sxc1, syc1, sxxc1, syyc1, sxyc1 !: for heat content of 1st ice layer
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: sxc2, syc2, sxxc2, syyc2, sxyc2 !: for heat content of 2nd ice layer
- REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: sxst, syst, sxxst, syyst, sxyst !: for heat content of brine pockets
- !!----------------------------------------------------------------------
- CONTAINS
- INTEGER FUNCTION ice_alloc_2()
- !!-----------------------------------------------------------------
- !! *** FUNCTION ice_alloc_2 ***
- !!-----------------------------------------------------------------
- USE lib_mpp, ONLY: ctl_warn ! MPP library
- INTEGER :: ierr(9) ! Local variables
- !!-----------------------------------------------------------------
- ierr(:) = 0
- !
- ALLOCATE( ahiu(jpi,jpj) , pahu(jpi,jpj) , &
- & ahiv(jpi,jpj) , pahv(jpi,jpj) , ust2s(jpi,jpj) , STAT=ierr(1) )
- !
- !* Ice Rheology
- #if defined key_lim2_vp
- ALLOCATE( hsnm(jpi,jpj) , hicm(jpi,jpj) , STAT=ierr(2) )
- #else
- ALLOCATE( stress1_i (jpi,jpj) , delta_i(jpi,jpj) , at_i(jpi,jpj) , &
- stress2_i (jpi,jpj) , divu_i (jpi,jpj) , hsnm(jpi,jpj) , &
- stress12_i(jpi,jpj) , shear_i(jpi,jpj) , hicm(jpi,jpj) , STAT=ierr(2) )
- #endif
- ALLOCATE( rdvosif(jpi,jpj) , rdvobif(jpi,jpj) , &
- & fdvolif(jpi,jpj) , rdvonif(jpi,jpj) , &
- & sist (jpi,jpj) , tfu (jpi,jpj) , hicif(jpi,jpj) , &
- & hsnif (jpi,jpj) , hicifp (jpi,jpj) , frld (jpi,jpj) , STAT=ierr(3) )
- ALLOCATE(phicif(jpi,jpj) , pfrld (jpi,jpj) , qstoif (jpi,jpj) , &
- & fbif (jpi,jpj) , rdm_snw(jpi,jpj) , rdq_snw(jpi,jpj) , &
- & rdm_ice(jpi,jpj) , rdq_ice(jpi,jpj) , &
- & qldif (jpi,jpj) , qcmif (jpi,jpj) , fdtcn (jpi,jpj) , &
- & qdtcn (jpi,jpj) , thcm (jpi,jpj) , STAT=ierr(4) )
- ALLOCATE(fstric(jpi,jpj) , ffltbif(jpi,jpj) , fscmbq(jpi,jpj) , &
- & fsbbq (jpi,jpj) , qfvbq (jpi,jpj) , dmgwi (jpi,jpj) , &
- & u_ice (jpi,jpj) , v_ice (jpi,jpj) , &
- & u_oce (jpi,jpj) , v_oce (jpi,jpj) , &
- & tbif (jpi,jpj,jplayersp1) , STAT=ierr(5))
- !* moment used in the advection scheme
- ALLOCATE(sxice (jpi,jpj) , syice (jpi,jpj) , sxxice(jpi,jpj) , &
- & syyice(jpi,jpj) , sxyice(jpi,jpj) , &
- & sxsn (jpi,jpj) , sysn (jpi,jpj) , sxxsn (jpi,jpj) , &
- & syysn (jpi,jpj) , sxysn (jpi,jpj) , STAT=ierr(6) )
- ALLOCATE(sxa (jpi,jpj) , sya (jpi,jpj) , sxxa (jpi,jpj) , &
- & syya (jpi,jpj) , sxya (jpi,jpj) , &
- & sxc0 (jpi,jpj) , syc0 (jpi,jpj) , sxxc0 (jpi,jpj) , &
- & syyc0 (jpi,jpj) , sxyc0 (jpi,jpj) , STAT=ierr(7))
- ALLOCATE(sxc1 (jpi,jpj) , syc1 (jpi,jpj) , sxxc1 (jpi,jpj) , &
- & syyc1 (jpi,jpj) , sxyc1 (jpi,jpj) , &
- & sxc2 (jpi,jpj) , syc2 (jpi,jpj) , sxxc2 (jpi,jpj) , &
- & syyc2 (jpi,jpj) , sxyc2 (jpi,jpj) , STAT=ierr(8))
- ALLOCATE(sxst (jpi,jpj) , syst (jpi,jpj) , sxxst (jpi,jpj) , &
- & syyst (jpi,jpj) , sxyst (jpi,jpj) , STAT=ierr(9))
- !
- ice_alloc_2 = MAXVAL( ierr )
- !
- IF( ice_alloc_2 /= 0 ) CALL ctl_warn('ice_alloc_2: failed to allocate arrays')
- !
- END FUNCTION ice_alloc_2
- #else
- !!----------------------------------------------------------------------
- !! Default option Empty module NO LIM 2.0 sea-ice model
- !!----------------------------------------------------------------------
- #endif
- !!-----------------------------------------------------------------
- !! NEMO/LIM2 3.3 , UCL - NEMO Consortium (2010)
- !! $Id: ice_2.F90 4306 2013-11-21 14:59:57Z cetlod $
- !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt)
- !!======================================================================
- END MODULE ice_2
|