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 9198 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2018-01-09T14:29:30+01:00 (6 years ago)
Author:
gm
Message:

dev_merge_2017: domzgr.F90: bug correction of closed sea when ln_read_cfg=F

Location:
branches/2017/dev_merge_2017/NEMOGCM/CONFIG
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/namelist_cfg

    r9169 r9198  
    1616      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    1717      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
     18      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     19   ln_closea    = .false.  !  T => keep closed seas (defined by closea_mask field) in the domain and apply 
     20      !                    !       special treatment of freshwater fluxes. 
     21      !                    !  F => suppress closed seas (defined by closea_mask field) from the bathymetry 
     22      !                    !       at runtime. 
     23      !                    !  If there is no closea_mask field in the domain_cfg file or we do not use 
     24      !                    !  a domain_cfg file then this logical does nothing. 
    1825/ 
    1926!----------------------------------------------------------------------- 
     
    2734/ 
    2835!----------------------------------------------------------------------- 
    29 &namtsd    !   data : Temperature  & Salinity 
     36&namtsd        !   data : Temperature  & Salinity 
    3037!----------------------------------------------------------------------- 
    3138/ 
     
    3643/ 
    3744!----------------------------------------------------------------------- 
    38 &namsbc_blk   !   namsbc_blk  Bulk formulae 
     45&namsbc_blk    !   namsbc_blk  Bulk formulae 
    3946!----------------------------------------------------------------------- 
    4047   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
     
    4552/ 
    4653!----------------------------------------------------------------------- 
    47 &namsbc_cpl 
     54&namsbc_cpl    ! 
    4855!----------------------------------------------------------------------- 
    4956/ 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/cpp_ORCA2_LIM3_PISCES.fcm

    r9139 r9198  
    1 bld::tool::fppkeys   key_lim3 key_top key_iomput key_mpp_mpi key_nosignedzero 
     1bld::tool::fppkeys   key_lim3 key_iomput key_mpp_mpi key_nosignedzero 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/SHARED/namelist_ref

    r9169 r9198  
    8181   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present 
    8282   !                       !  in netcdf input files, as the start j-row for reading 
    83    ln_closea = .true.      !  T => keep closed seas (defined by closea_mask field) in the domain and apply 
    84                            !       special treatment of freshwater fluxes. 
    85                            !  F => suppress closed seas (defined by closea_mask field) from the bathymetry 
    86                            !       at runtime. 
    87                            !  If there is no closea_mask field in the domain_cfg file or we do not use 
    88                            !  a domain_cfg file then this logical does nothing. 
     83   ln_closea    = .true.   !  T => keep closed seas (defined by closea_mask field) in the domain and apply 
     84      !                    !       special treatment of freshwater fluxes. 
     85      !                    !  F => suppress closed seas (defined by closea_mask field) from the bathymetry 
     86      !                    !       at runtime. 
     87      !                    !  If there is no closea_mask field in the domain_cfg file or we do not use 
     88      !                    !  a domain_cfg file then this logical does nothing. 
    8989/ 
    9090!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.