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 3402 for branches/2012/dev_r3385_NOCS04_HAMF/NEMOGCM/NEMO/OPA_SRC/DIA/diawri_dimg.h90 – NEMO

Ignore:
Timestamp:
2012-05-25T18:43:49+02:00 (12 years ago)
Author:
acc
Message:

Branch: dev_r3385_NOCS04_HAMF; #665. Stage 2 of 2012 development: suppression of emps array and introduction of sfx (salt flux) array with associated code to setup the options for embedding the seaice into the ocean

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3385_NOCS04_HAMF/NEMOGCM/NEMO/OPA_SRC/DIA/diawri_dimg.h90

    r3294 r3402  
    5454    !!  level 14: qct(:,:)                 equivalent flux due to treshold SST 
    5555    !!  level 15: fbt(:,:)                 feedback term . 
    56     !!  level 16: ( emps(:,:) - rnf(:,:) ) concentration/dilution water flux 
     56    !!  level 16: ( sfx (:,:) - rnf(:,:) ) concentration/dilution water flux 
    5757    !!  level 17: fsalt(:,:)               Ice=>ocean net freshwater 
    5858    !!  level 18: gps(:,:)                 the surface pressure (m). 
     
    6262    !! History:  OPA  ! 1997-02 ( Clipper Group ) dimg files 
    6363    !!            -   ! 2003-12 ( J.M. Molines) f90, mpp output for OPA9.0 
    64     !!   NEMO    1.0  ! 2005-05  (S. Theetten) add emps fsalt move gps spgu spgv 2 lines below 
     64    !!   NEMO    1.0  ! 2005-05  (S. Theetten) add sfx fsalt move gps spgu spgv 2 lines below 
    6565    !!            -   ! 2005-11  (V. Garnier) Surface pressure gradient organization 
    6666    !!---------------------------------------------------------------------- 
     
    172172       !        fsel(:,:,14) = fsel(:,:,14) + qct(:,:) 
    173173       !        fsel(:,:,15) = fsel(:,:,15) + fbt(:,:) 
    174        fsel(:,:,16) = fsel(:,:,16) + ( emps(:,:)-rnf(:,:) )  
     174       fsel(:,:,16) = fsel(:,:,16) + ( sfx (:,:)-rnf(:,:) )  
    175175       ! 
    176176       ! Output of dynamics and tracer fields and selected fields 
     
    240240          !         fsel(:,:,14) =  qct(:,:) 
    241241          !         fsel(:,:,15) =  fbt(:,:) 
    242           fsel(:,:,16) = ( emps(:,:)-rnf(:,:) ) * tmask(:,:,1)  
     242          fsel(:,:,16) = ( sfx (:,:)-rnf(:,:) ) * tmask(:,:,1)  
    243243          ! 
    244244          !         qct(:,:) = 0._wp 
Note: See TracChangeset for help on using the changeset viewer.