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 11858 for NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/src/ABL/par_abl.F90 – NEMO

Ignore:
Timestamp:
2019-11-05T15:32:44+01:00 (4 years ago)
Author:
gsamson
Message:

dev_r11265_ABL: add write/read restart options for abl (#2131)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/src/ABL/par_abl.F90

    r11363 r11858  
    2828   LOGICAL , PUBLIC            ::   ln_hpgls_frc   !: forcing of ABL winds by large-scale pressure gradient  
    2929   LOGICAL , PUBLIC            ::   ln_smth_pblh   !: smoothing of atmospheric PBL height  
     30 
     31   CHARACTER(len=256), PUBLIC ::   cn_ablrst_in     !: suffix of abl restart name (input) 
     32   CHARACTER(len=256), PUBLIC ::   cn_ablrst_out    !: suffix of abl restart name (output) 
     33   CHARACTER(len=256), PUBLIC ::   cn_ablrst_indir  !: abl restart input directory 
     34   CHARACTER(len=256), PUBLIC ::   cn_ablrst_outdir !: abl restart output directory 
    3035 
    3136   !!--------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.