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 13690 for NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/tests/STATION_ASF/EXPREF/plot_station_asf_OI.py – NEMO

Ignore:
Timestamp:
2020-10-28T13:11:40+01:00 (3 years ago)
Author:
laurent
Message:

Improvements for "oce+ice capable" STATION_ASF!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/tests/STATION_ASF/EXPREF/plot_station_asf_OI.py

    r13675 r13690  
    11#!/usr/bin/env python3 
    22# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- 
    3  
    4 # Post-diagnostic of STATION_ASF /  L. Brodeau, 2019 
     3# 
     4########################################################################################## 
     5# Post-diagnostic of STATION_ASF with sea-ice support (ex: run with forcing "ERA5_arctic") 
     6# 
     7#  L. Brodeau, 2020 
     8########################################################################################## 
    59 
    610import sys 
     
    1519 
    1620CONFIG='STATION_ASF' 
    17 FORCING='ERA5_arctic' 
    18 # (files are: output/3x3/'+CONFIG+'-'+algo+'_1h_'+year+'0101_'+year+'1231_gridT_'+FORCING+'.nc' ) 
     21 
     22cforcing = 'PAPA' ; # name of forcing ('PAPA', 'ERA5_arctic', etc...) 
     23 
     24# (files are: output/3x3/'+CONFIG+'-'+algo+'_1h_'+year+'0101_'+year+'1231_gridT_'+cforcing+'.nc' ) 
    1925cstation = 'ERA5 81N, 36.75E' 
    2026 
     
    7783cf_in = [] 
    7884for ja in range(nb_algos): 
    79     cfi = cdir_data+'/output/3x3/'+CONFIG+'-'+L_ALGOS[ja]+'_1h_'+cy1+'0101_'+cy2+'1231_icemod_'+FORCING+'.nc' 
     85    cfi = cdir_data+'/output/3x3/'+CONFIG+'-'+L_ALGOS[ja]+'_1h_'+cy1+'0101_'+cy2+'1231_icemod_'+cforcing+'.nc' 
    8086    chck4f(cfi) 
    8187    cf_in.append(cfi) 
Note: See TracChangeset for help on using the changeset viewer.