1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- !! -------------------
- !! Namelist for SOSIE
- !! -------------------
- !!
- !! ***********************
- !! Input characteristics :
- !! ***********************
- !!
- &ndom_src
- csource = 'OSI-SAF-450'
- ivect = 0 ! this is not a vector interpolation
- l_reg_src = .false. ! input grid is not regular (lon and lat are "1D") then false.
- cf_src = 'data_in_HHEEMMII-TTAAGG.nc'
- cv_src = 'ice_conc'
- cv_t_src = 'time'
- cf_x_src = 'data_in_HHEEMMII-TTAAGG.nc' ! AD add but not sure what is it ... WARNING
- cv_lon_src = 'lon'
- cv_lat_src = 'lat'
- cf_lsm_src = 'missing_value' ! we use 'missing_value' of input field to determine
- cv_lsm_src = '' ! the land-sea-mask
- ewper_src = 0
- /
- !!
- !!
- !! *****************************
- !! Output Grid characteristics :
- !! *****************************
- !!
- !!
- !&noutput
- !!
- &ndom_trg
- ctarget = 'eORCA1'
- l_reg_trg = .false.
- cf_x_trg = '/gpfs/home/acad/ucl-elic/adelhass/git/EnKF/conversion_uf/mask-eORCA1.nc'
- cv_lon_trg = 'nav_lon'
- cv_lat_trg = 'nav_lat'
- cf_lsm_trg = '/gpfs/home/acad/ucl-elic/adelhass/git/EnKF/conversion_uf/mask-eORCA1.nc'
- cv_lsm_trg = 'tmask'
- ewper_trg = 2
- /
- !!
- !! ***********************************
- !! IF 3D INTERPOLATION ( jplev = 0 )
- !! ***********************************
- !!
- !! This namelist section is not required as we do pure 2D interpolation
- !!
- !!
- !!
- !! *****************************
- !! Output characteristics :
- !! *****************************
- !!
- !!
- &ninterp
- cmethod = 'bilin'
- idrown = 100,50
- ixtrpl_bot = 0
- l_save_drwn = .true.
- ismooth = 0
- jt1 = 0
- jt2 = 0
- jplev = 1
- vmax = 1.E6
- vmin = -1.E6
- ismooth_out = 0
- /
- !!
- &noutput
- cv_out = 'at_i'
- cu_out = ''
- cln_out = 'at_i'
- cv_t_out = 'time_counter'
- cd_out = '.'
- cextra = 'TTAAGG'
- lmout = .true.
- rmiss_val = -99999999.
- lct = .false.
- t0 = 0.
- t_stp = 0.
- /
- !!
|