Changeset 1907


Ignore:
Timestamp:
Mar 7, 2018, 6:53:48 PM (7 years ago)
Author:
mturbet
Message:

update README utilities file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/utilities/README.exec

    r1906 r1907  
    168168
    169169 
     170--------------------------------------------------------------------
     1717) extrapol_icefield.e
     172--------------------------------------------------------------------
     173
     174 This program is a tool to accelerate the calculation of ice fieds evolution.
     175
     176 It uses data files (diagfi.nc) to extrapolate surface
     177 physical fields (ice fields typically) in time.
     178
     179 1. We load data file(s) 'diagfi.nc' and get dimensions (longitude,latitude,altitude,time).
     180 2. We get a surface field from the loaded 'diagfi.nc' file.
     181 3. We make the extrapolation.
     182 4. We load a start file 'startfi.nc' and copy it into a new start file 'startfi_extrapolated.nc'.
     183 5. We modify the 'startfi_extrapolated.nc' according to the extrapolation calculations.
     184
     185 --> 'startfi_extrapolated.nc' is the interpolated new start file that can be used to run new GCM simulations
     186
     187 Author : M. Turbet (2016) [Adapted from E. Millour previous work]
     188
Note: See TracChangeset for help on using the changeset viewer.