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 13163 for utils/tools_dev_r12970_AGRIF_CMEMS/DOMAINcfg/make_namelist.py – NEMO

Ignore:
Timestamp:
2020-06-26T15:21:13+02:00 (4 years ago)
Author:
rblod
Message:

#2129 : suppress ln_bry_south

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools_dev_r12970_AGRIF_CMEMS/DOMAINcfg/make_namelist.py

    r13024 r13163  
    107107           if line.strip().startswith('cp_cfg'): 
    108108               line = "   cp_cfg = 'dumb'\n"                  
    109            if nbghostcells_y_s == 0 : 
    110                if line.strip().startswith('ln_bry_south'): 
    111                    line = "   ln_bry_south = .FALSE.\n"                        
    112109           f2.write(line) 
    113110           cnt1 += 1 
Note: See TracChangeset for help on using the changeset viewer.