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 11861 for NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk – NEMO

Ignore:
Timestamp:
2019-11-05T17:20:57+01:00 (4 years ago)
Author:
laurent
Message:

Pimp my STATION_ASF!

Location:
NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/tests/STATION_ASF
Files:
3 edited
3 moved

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/tests/STATION_ASF/EXPREF/file_def_nemo-oce.xml

    r11833 r11861  
    11<?xml version="1.0"?> 
    2 <file_definition type="multiple_file" name="{SAVDIR}/@expname@_@freq@_@startdate@_@enddate@" sync_freq="1mo" min_digits="4"> 
     2<file_definition type="multiple_file" name="@expname@_@freq@_@startdate@_@enddate@" sync_freq="1mo" min_digits="4"> 
    33 
    44  <file_group id="1ts" output_freq="1ts"  output_level="10" enabled=".TRUE."/> <!-- 1 time step files --> 
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/tests/STATION_ASF/EXPREF/namelist_cfg

    r11847 r11861  
    1 link namelist_cfg.ecmwf 
     1link namelist_ecmwf_cfg 
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/tests/STATION_ASF/EXPREF/namelist_coare3p6_cfg

    r11860 r11861  
    135135      ln_humi_rlh = .true.  !  humidity specified below in "sn_humi" is relative humidity       [%]   if .true. 
    136136   ! 
    137    cn_dir = './FATM/'  !  root directory for the bulk data location 
     137   cn_dir = './'  !  root directory for the bulk data location 
    138138   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
    139139   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask ! 
     
    162162      ln_read_frq = .false.   !  specify whether we must read frq or not 
    163163 
    164    cn_dir      = './SAS/'     !  root directory for the ocean data location 
     164   cn_dir      = './'     !  root directory for the ocean data location 
    165165   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
    166166   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/tests/STATION_ASF/EXPREF/namelist_ecmwf_cfg

    r11860 r11861  
    135135      ln_humi_rlh = .true.  !  humidity specified below in "sn_humi" is relative humidity       [%]   if .true. 
    136136   ! 
    137    cn_dir = './FATM/'  !  root directory for the bulk data location 
     137   cn_dir = './'  !  root directory for the bulk data location 
    138138   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
    139139   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask ! 
     
    162162      ln_read_frq = .false.   !  specify whether we must read frq or not 
    163163 
    164    cn_dir      = './SAS/'     !  root directory for the ocean data location 
     164   cn_dir      = './'     !  root directory for the ocean data location 
    165165   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
    166166   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/tests/STATION_ASF/EXPREF/namelist_ncar_cfg

    r11860 r11861  
    135135      ln_humi_rlh = .true.  !  humidity specified below in "sn_humi" is relative humidity       [%]   if .true. 
    136136   ! 
    137    cn_dir = './FATM/'  !  root directory for the bulk data location 
     137   cn_dir = './'  !  root directory for the bulk data location 
    138138   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
    139139   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask ! 
     
    162162      ln_read_frq = .false.   !  specify whether we must read frq or not 
    163163 
    164    cn_dir      = './SAS/'     !  root directory for the ocean data location 
     164   cn_dir      = './'     !  root directory for the ocean data location 
    165165   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
    166166   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/tests/STATION_ASF/README.md

    r11850 r11861  
    5353 
    5454- ```Station_PAPA_50N-145W_atm_hourly.nc```  → contains hourly surface atmospheric state 
    55 - ```Station_PAPA_50N-145W_precip_daily``` → contains daily precipitation 
    56 - ```Station_PAPA_50N-145W_oce_hourly``` → contains hourly sea surface state 
     55- ```Station_PAPA_50N-145W_precip_daily.nc``` → contains daily precipitation 
     56- ```Station_PAPA_50N-145W_oce_hourly.nc``` → contains hourly sea surface state 
    5757 
Note: See TracChangeset for help on using the changeset viewer.