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 12590 for NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/TRA/traisf.F90 – NEMO

Ignore:
Timestamp:
2020-03-23T22:16:19+01:00 (4 years ago)
Author:
techene
Message:

all: add e3 substitute, OCE/DOM/domzgr_substitute.h90: correct a bug for e3f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/TRA/traisf.F90

    r12377 r12590  
    3333      !!---------------------------------------------------------------------- 
    3434      !!                  ***  ROUTINE tra_isf  *** 
    35       !!                    
     35      !! 
    3636      !! ** Purpose :  Compute the temperature trend due to the ice shelf melting (qhoce + qhc) 
    3737      !! 
     
    6161         ! 
    6262         ! Dynamical stability at start up after change in under ice shelf cavity geometry is achieve by correcting the divergence. 
    63          ! This is achieved by applying a volume flux in order to keep the horizontal divergence after remapping  
     63         ! This is achieved by applying a volume flux in order to keep the horizontal divergence after remapping 
    6464         ! the same as at the end of the latest time step. So correction need to be apply at nit000 (euler time step) and 
    6565         ! half of it at nit000+1 (leap frog time step). 
     
    8989      !! *** Purpose :  Compute the temperature trend due to the ice shelf melting (qhoce + qhc) for cav or par case 
    9090      !! 
    91       !! *** Action :: Update pts(:,:,:,:,Krhs) with the surface boundary condition trend  
     91      !! *** Action :: Update pts(:,:,:,:,Krhs) with the surface boundary condition trend 
    9292      !! 
    9393      !!---------------------------------------------------------------------- 
     
    9898      REAL(wp), DIMENSION(jpi,jpj,jpts), INTENT(in   ) :: ptsc , ptsc_b 
    9999      !!---------------------------------------------------------------------- 
    100       INTEGER                      :: ji,jj,jk  ! loop index    
     100      INTEGER                      :: ji,jj,jk  ! loop index 
    101101      INTEGER                      :: ikt, ikb  ! top and bottom level of the tbl 
    102102      REAL(wp), DIMENSION(jpi,jpj) :: ztc       ! total ice shelf tracer trend 
     
    117117         END DO 
    118118         ! 
    119          ! level partially include in ice shelf boundary layer  
     119         ! level partially include in ice shelf boundary layer 
    120120         pts(ji,jj,ikb,jp_tem) = pts(ji,jj,ikb,jp_tem) + ztc(ji,jj) * pfrac(ji,jj) 
    121121         ! 
     
    128128      !!                  ***  ROUTINE tra_isf_cpl  *** 
    129129      !! 
    130       !! *** Action :: Update pts(:,:,:,:,Krhs) with the ice shelf coupling trend  
     130      !! *** Action :: Update pts(:,:,:,:,Krhs) with the ice shelf coupling trend 
    131131      !! 
    132132      !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.