Changeset 4265


Ignore:
Timestamp:
02/07/19 20:13:54 (5 years ago)
Author:
cugnet
Message:

Typos fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/CMIP6_FORCING/OZONE/make_tro32014.bash

    r4264 r4265  
    11#!/bin/bash 
    22#=== PURPOSE: 
    3 # One ozone files per year with 12 monthly records have been produced for the 
     3# One ozone files per year with 12 monthly records has been produced for the 
    44#   historical ("h" index hereafter) period. 
    5 # ce0l converts interpolates them in space and create DJFMAMJJASONDJ files 
    6 #   with two more records to ensure correct time interpolation during first 
    7 #   half of January and second half of December: 
     5# ce0l interpolates them in space and create DJFMAMJJASONDJ files with two 
     6#   more records to ensure correct time interpolation during first half of 
     7#   January and second half of December: 
    88#     * record 1: december of previous year 
    99#     * record 14: january of next year 
    1010# No file was available for 2015, so Jan 2014 was used. 
    1111# When starting over with a SSP scenario (index "s" hereafter), using the  
    12 #   historical 2014 december field would create a gap at Jan. 1st. To avoid 
     12#   historical 2014 december field would create a jump at Jan. 1st. To avoid 
    1313#   this, the 2014 file provided to ce0l contains a modified december field. 
    1414#   "i" denotes "interpolated", "m" modified. 
     
    2020#     Fm = Fh(2014-12-15_12)+[Fh(2014-01-15_12)-Fs(2015-01-15_12)] 
    2121# This shows that we use the normally required field Fh(2014-12-15_12h) 
    22 #    modified with the december anomaly historical 2014 - SSP 2015. 
     22#    plus the december anomaly ( historical 2014 - SSP 2015 ). 
    2323# This script generated the required 2014 modified file. 
    2424# 
Note: See TracChangeset for help on using the changeset viewer.