Changeset 78


Ignore:
Timestamp:
08/11/11 13:20:22 (13 years ago)
Author:
pinsard
Message:

precision in procedure (tools and fields)

Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/guides/generate_tropflux.rst

    r77 r78  
    9595 - :ref:`interp_erai_ws_1989_2009.pro` 
    9696 
    97 There's also one additional step to convert ERA-I dewpoint T into specific humidity. 
    9897 
    9998The OLR interpolation also involves combining the delayed time and realtime OLR 
     
    102101 - :ref:`interp_olr_30n30s_1989_2009.pro` 
    103102 
    104 Result after that, 7 netcdf files for: NOAA OLR, ERA-I :math:`T_a`, ERA-I :math:`q_a`, ERA-I wind speed, ERA-I SST, ISCCP net SW, ERA-I net LW. 
     103There's also one additional step to convert ERA-I dewpoint T :math:`d_2m` into specific humidity :math:`q_2m` : 
     104  
     105 - :ref:`d2m_to_q2m_erai.pro` (:func:`rh_to_spechum`) 
     106 
     107Result after that, 7 netcdf files for: NOAA OLR, ERA-I :math:`T_2m`, ERA-I :math:`q_2m`, ERA-I wind speed, ERA-I SST, ISCCP net SW, ERA-I net LW. 
    105108 
    106109.. _mooring_corrections: 
     
    109112--------------------------------------------------------------------------------------------------------- 
    110113 
     114There are two steps for the wind correction: the statistical correction from 
     115observations, and the gustiness correction. 
     116 
     117We apply statistical correction at this stage. 
     118 
    111119tools : 
     120 - :ref:`TropFlux_swr_DT_19890101_20071231.pro`, :ref:`TropFlux_swr_NRT_19890101_20091231.pro`, :ref:`TropFlux_swr_BLND_19890101_20091231.pro` 
    112121 - :ref:`lwr_correction_ncdf.pro` 
    113  - :ref:`d2m_to_q2m_erai.pro`, :ref:`q2m_correction_ncdf.pro` 
     122 - :ref:`q2m_correction_ncdf.pro` 
    114123 - :ref:`sst_correction_ncdf.pro` 
    115124 - :ref:`t2m_correction_ncdf.pro` 
    116125 - :ref:`ws_correction_ncdf.pro` 
    117  - :ref:`cronin_gustiness_ncdf.pro` 
    118  
    119 There are two steps for the wind correction: the statistical correction from 
    120 observations, and the gustiness correction. 
    121126 
    122127Result after that, 7 netcdf files for: NOAA OLR, ERA-I :math:`T_a`, ERA-I :math:`q_a`, ERA-I wind speed, ERA-I SST, ISCCP net SW, ERA-I net LW. 
     
    127132-------------------------------------------------------- 
    128133 
    129 After that step, there are 5 files: Tropflux :math:`T_a`, :math:`q_a`, SST, wind, and one file with the 4 components of the net flux (sensible, latent, SWR, LWR) 
     134Wind gustiness correction is applied here. 
     135 
     136tools : 
     137 - :ref:`cronin_gustiness_ncdf.pro` 
     138 - :ref:`TropFlux_19890101_20091231.pro` (:func:`cor30a`), :ref:`TropFlux_NRT_ncdf.pro`  
     139 
     140After that step, there are 5 files: Tropflux :math:`T_2m`, :math:`q_2m`, SST, wind, and one file with the 4 components of the net flux (sensible, latent, SWR, LWR) 
     141 
     142.. ++ cf pk paper 20110811 to be add in th document with better form 
     143.. math:`T_2m`, :math:`q_2m`, SST, wind, swr and lwr came from correction mooring 
     144.. final wind product is not corrected for wind gustiness. 
     145.. sensible, latent shf and lhf came from coare correction  
  • trunk/src/TropFlux_NRT_ncdf.pro

    r74 r78  
    4949; 
    5050; coding rules 
     51; 
     52; create 4 files instead of one now 
    5153; 
    5254; EVOLUTIONS 
  • trunk/src/TropFlux_swr_BLND_19890101_20091231.pro

    r74 r78  
    7575; 
    7676; why two read_ncdf for nrt 
     77; 
     78; according to pk 20110811 we can include this process in TropFlux_swr_NRT_19890101_20091231.pro 
    7779; 
    7880; KNOWN ISSUES 
  • trunk/src/TropFlux_swr_DT_19890101_20071231.pro

    r74 r78  
    5252; 
    5353; coding rules 
     54; 
     55; change the name to swr_dt_correction_ndcf.pro 
    5456; 
    5557; EVOLUTIONS 
  • trunk/src/TropFlux_swr_NRT_19890101_20091231.pro

    r74 r78  
    4848; 
    4949; coding rules 
     50; 
     51; change the name to swr_nrt_correction_ncdf.pro 
    5052; 
    5153; EVOLUTIONS 
  • trunk/src/interp_erai_lwr_1989_2009.pro

    r73 r78  
    9595; 
    9696; 19890101 is not provided in ERA-Intermim file str : a possible workaround is to copy 19890102 
    97 ; dataset to 19890101 using nco before processing. see :ref:`compute_erai_daily_region_2d.sh` 
     97; dataset to 19890101 using nco after this processing. see :ref:`compute_erai_daily_region_2d.sh` 
    9898; 
    9999; coding rules 
  • trunk/src/interp_olr_30n30s_1989_2009.pro

    r50 r78  
    5959; KNOWN ISSUES 
    6060; ============ 
     61; 
     62; pb with mixing interpolated and uninterpolated OLR data  
     63; 
     64; uninterpolated OLR is more timely 
     65;  
     66; cf. pk and jv to solve this issue 
    6167; 
    6268; test of existence of fullfilename_msk not very efficient because 
Note: See TracChangeset for help on using the changeset viewer.