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 9570 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/SBC/sbccpl.F90 – NEMO

Ignore:
Timestamp:
2018-05-11T12:53:25+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Global renaming for core routines (./NEMO)

  • Folders
    • LIM_SRC_3 -> ICE_SRC
    • OPA_SRC -> OCE_SRC
  • CPP key: key_lim3 -> key_si3
  • Modules, (sub)routines and variables names
    • MPI: mpi_comm_opa -> mpi_comm_oce, MPI_COMM_OPA -> MPI_COMM_OCE, mpi_init_opa -> mpi_init_oce
    • AGRIF: agrif_opa_* -> agrif_oce_*, agrif_lim3_* -> agrif_si3_* and few more
    • TOP-PISCES: p.zlim -> p.zice, namp.zlim -> namp.zice
  • Comments
    • NEMO/OPA -> NEMO/OCE
    • ESIM|LIM3 -> SI3
Location:
branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/SBC/sbccpl.F90

    r9168 r9570  
    2727   USE sbcwave         ! surface boundary condition: waves 
    2828   USE phycst          ! physical constants 
    29 #if defined key_lim3 
     29#if defined key_si3 
    3030   USE ice            ! ice variables 
    3131#endif 
     
    4040   USE ice_domain_size, only: ncat 
    4141#endif 
    42 #if defined key_lim3 
     42#if defined key_si3 
    4343   USE icethd_dh      ! for CALL ice_thd_snwblow 
    4444#endif 
     
    200200#  include "vectopt_loop_substitute.h90" 
    201201   !!---------------------------------------------------------------------- 
    202    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     202   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    203203   !! $Id$ 
    204204   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     
    216216      ALLOCATE( alb_oce_mix(jpi,jpj), nrcvinfo(jprcv),  STAT=ierr(1) ) 
    217217       
    218 #if ! defined key_lim3 && ! defined key_cice 
     218#if ! defined key_si3 && ! defined key_cice 
    219219      ALLOCATE( a_i(jpi,jpj,1) , STAT=ierr(2) )  ! used in sbcice_if.F90 (done here as there is no sbc_ice_if_init) 
    220220#endif 
     
    12441244      !                                                      !   ice skin temp.   ! 
    12451245      !                                                      ! ================== ! 
    1246 #if defined key_lim3 
     1246#if defined key_si3 
    12471247      ! needed by Met Office 
    12481248      IF( srcv(jpr_ts_ice)%laction ) THEN  
     
    17411741      END SELECT 
    17421742 
    1743 #if defined key_lim3 
     1743#if defined key_si3 
    17441744      ! zsnw = snow fraction over ice after wind blowing (=picefr if no blowing) 
    17451745      zsnw(:,:) = 0._wp   ;   CALL ice_thd_snwblow( ziceld, zsnw ) 
     
    18881888      IF( srcv(jpr_icb)%laction )   zqns_tot(:,:) = zqns_tot(:,:) - frcv(jpr_icb)%z3(:,:,1) * lfus  ! remove latent heat of iceberg melting 
    18891889 
    1890 #if defined key_lim3       
     1890#if defined key_si3       
    18911891      ! --- non solar flux over ocean --- ! 
    18921892      !         note: ziceld cannot be = 0 since we limit the ice concentration to amax 
     
    20232023      ENDIF 
    20242024 
    2025 #if defined key_lim3 
     2025#if defined key_si3 
    20262026      ! --- solar flux over ocean --- ! 
    20272027      !         note: ziceld cannot be = 0 since we limit the ice concentration to amax 
     
    20662066      ENDIF 
    20672067 
    2068 #if defined key_lim3       
     2068#if defined key_si3       
    20692069      !                                                      ! ========================= ! 
    20702070      SELECT CASE( TRIM( sn_rcv_iceflx%cldes ) )             !  ice topmelt and botmelt  ! 
     
    21872187      !                                                      ! 1st layer ice/snow temp.  ! 
    21882188      !                                                      ! ------------------------- ! 
    2189 #if defined key_lim3 
     2189#if defined key_si3 
    21902190      ! needed by  Met Office 
    21912191      IF( ssnd(jps_ttilyr)%laction) THEN 
     
    23112311      ENDIF 
    23122312 
    2313 #if defined key_lim3 
     2313#if defined key_si3 
    23142314      !                                                      ! ------------------------- ! 
    23152315      !                                                      !      Ice melt ponds       !  
     
    26842684      IF( ssnd(jps_taum  )%laction )  CALL cpl_snd( jps_taum  , isec, RESHAPE ( taum, (/jpi,jpj,1/) ), info ) 
    26852685 
    2686 #if defined key_lim3 
     2686#if defined key_si3 
    26872687      !                                                      ! ------------------------- ! 
    26882688      !                                                      ! Sea surface freezing temp !  
Note: See TracChangeset for help on using the changeset viewer.