Ignore:
Timestamp:
02/22/19 14:16:18 (5 years ago)
Author:
omamce
Message:

O.M. : CPLRESTART

  • Add filling of ocean variable on continents
  • Add more parameters to increase versability
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/CPLRESTART/CreateRestartAtm4Oasis.bash

    r3707 r4289  
    156156    mv tmp_flxat_fields_notime.nc flxat_fields_notime.nc 
    157157    (( dim_lat = dim_lat - 1 )) 
    158     #ATM=lmdz${dim_lon}x${dim_lat} 
    159158    ATM=LMD${dim_lon}${dim_lat} 
    160     (( n_lat = dim_lat-1 )) 
     159    (( n_lat = dim_lat - 1 )) 
    161160cat<<EOF > lonlat2xyz.nco 
    162161// Value at North Pole for LMDZ lon/lat grid 
Note: See TracChangeset for help on using the changeset viewer.