Changes between Version 16 and Version 17 of Documentation/UserGuide/FutureTime


Ignore:
Timestamp:
2016-11-27T10:33:28+01:00 (8 years ago)
Author:
luyssaert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/FutureTime

    v16 v17  
    283283Because we don't want to get extra variation from using different nudging files (and thus possibly different phases in NAO) we use the same present day wind fields in the past, present and future experiment. This implies that we will have to tell the model that when according to its internal clock it is 2101 it should use the wind fields of 1981. For this Open .../libIGCM/libIGCM_config/libIGCM_config.ksh and search for the phrase '# BEGIN: SHOULD GO IN A FUNCTION FROM libIGCM_date.ksh'. Then add:  
    284284{{{ 
    285 # First year for nudged wind fields 1980 = 2101 - 120 
     285# First year for nudged wind fields 1981 = 2101 - 120 
    286286year_nudge=$((year - 120)) 
    287287}}}