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 4147 for branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/OPA_SRC/SBC/sbc_oce.F90 – NEMO

Ignore:
Timestamp:
2013-11-04T12:51:55+01:00 (11 years ago)
Author:
cetlod
Message:

merge in dev_LOCEAN_2013, the 1st development branch dev_r3853_CNRS9_Confsetting, from its starting point ( r3853 ) on the trunk: see ticket #1169

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/OPA_SRC/SBC/sbc_oce.F90

    r3680 r4147  
    2828   !!           Namelist for the Ocean Surface Boundary Condition 
    2929   !!---------------------------------------------------------------------- 
    30    !                                            !!* namsbc namelist * 
    31    LOGICAL , PUBLIC ::   ln_ana      = .FALSE.   !: analytical boundary condition flag 
    32    LOGICAL , PUBLIC ::   ln_flx      = .FALSE.   !: flux      formulation 
    33    LOGICAL , PUBLIC ::   ln_blk_clio = .FALSE.   !: CLIO bulk formulation 
    34    LOGICAL , PUBLIC ::   ln_blk_core = .FALSE.   !: CORE bulk formulation 
    35    LOGICAL , PUBLIC ::   ln_blk_mfs  = .FALSE.   !: MFS  bulk formulation 
    36    LOGICAL , PUBLIC ::   ln_cpl      = .FALSE.   !: coupled   formulation (overwritten by key_sbc_coupled ) 
    37    LOGICAL , PUBLIC ::   ln_dm2dc    = .FALSE.   !: Daily mean to Diurnal Cycle short wave (qsr) 
     30   !                                   !!* namsbc namelist * 
     31   LOGICAL , PUBLIC ::   ln_ana         !: analytical boundary condition flag 
     32   LOGICAL , PUBLIC ::   ln_flx         !: flux      formulation 
     33   LOGICAL , PUBLIC ::   ln_blk_clio    !: CLIO bulk formulation 
     34   LOGICAL , PUBLIC ::   ln_blk_core    !: CORE bulk formulation 
     35   LOGICAL , PUBLIC ::   ln_blk_mfs     !: MFS  bulk formulation 
     36   LOGICAL , PUBLIC ::   ln_cpl         !: coupled   formulation (overwritten by key_sbc_coupled ) 
     37   LOGICAL , PUBLIC ::   ln_dm2dc       !: Daily mean to Diurnal Cycle short wave (qsr) 
    3838   LOGICAL , PUBLIC ::   ln_rnf      = .FALSE.   !: runoffs / runoff mouths 
    39    LOGICAL , PUBLIC ::   ln_ssr      = .FALSE.   !: Sea Surface restoring on SST and/or SSS       
    40    LOGICAL , PUBLIC ::   ln_apr_dyn  = .FALSE.   !: Atmospheric pressure forcing used on dynamics (ocean & ice) 
    41    LOGICAL , PUBLIC ::   ln_icebergs = .FALSE.   !: Icebergs 
    42    INTEGER , PUBLIC ::   nn_ice      = 0         !: flag for ice in the surface boundary condition (=0/1/2/3) 
    43    INTEGER , PUBLIC ::   nn_ice_embd = 0         !: flag for levitating/embedding sea-ice in the ocean 
     39   LOGICAL , PUBLIC ::   ln_ssr         !: Sea Surface restoring on SST and/or SSS       
     40   LOGICAL , PUBLIC ::   ln_apr_dyn     !: Atmospheric pressure forcing used on dynamics (ocean & ice) 
     41   INTEGER , PUBLIC ::   nn_ice         !: flag for ice in the surface boundary condition (=0/1/2/3) 
     42   INTEGER , PUBLIC ::   nn_ice_embd    !: flag for levitating/embedding sea-ice in the ocean 
    4443   !                                             !: =0 levitating ice (no mass exchange, concentration/dilution effect) 
    4544   !                                             !: =1 levitating ice with mass and salt exchange but no presure effect 
    4645   !                                             !: =2 embedded sea-ice (full salt and mass exchanges and pressure) 
    47    INTEGER , PUBLIC ::   nn_fwb      = 0         !: FreshWater Budget:  
     46   INTEGER , PUBLIC ::   nn_fwb         !: FreshWater Budget:  
    4847   !                                             !:  = 0 unchecked  
    4948   !                                             !:  = 1 global mean of e-p-r set to zero at each nn_fsbc time step 
    5049   !                                             !:  = 2 annual global mean of e-p-r set to zero 
    51    LOGICAL , PUBLIC ::   ln_wave     = .FALSE.   !: true if some coupling with wave model 
    52    LOGICAL , PUBLIC ::   ln_cdgw     = .FALSE.   !: true if neutral drag coefficient from wave model 
    53    LOGICAL , PUBLIC ::   ln_sdw      = .FALSE.   !: true if 3d stokes drift from wave model 
     50   LOGICAL , PUBLIC ::   ln_wave        !: true if some coupling with wave model 
     51   LOGICAL , PUBLIC ::   ln_cdgw        !: true if neutral drag coefficient from wave model 
     52   LOGICAL , PUBLIC ::   ln_sdw         !: true if 3d stokes drift from wave model 
     53   ! 
     54   LOGICAL , PUBLIC ::   ln_icebergs    !: Icebergs 
    5455 
    5556   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.