Ignore:
Timestamp:
06/15/23 10:56:05 (11 months ago)
Author:
omamce
Message:

O.M. : CPLRESTART : Update for RedHat? 8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/CPLRESTART/create_flxat.py

    r6366 r6512  
    111111    wind10m   = np.expand_dims ( wind10m   , axis=1 ) 
    112112else : 
    113     #lon       = np.expand_dims ( lon       , axis=1 ) 
    114     #lat       = np.expand_dims ( lat       , axis=0 ) 
    115113    lon2 = lat [:, np.newaxis]*0 + lon [np.newaxis, :] 
    116114    lat2 = lat [:, np.newaxis]   + lon [np.newaxis, :]*0 
     
    169167 
    170168CODFLXDT = xr.DataArray (-20.0*np.ones(yxshape), dims=('y', 'x')) 
    171 CODFLXDT.attrs['long_name'] = 'dQ/dT - Derivative over temperatue of turbulent heat fluxes' 
     169CODFLXDT.attrs['long_name'] = 'dQ/dT - Derivative over temperature of turbulent heat fluxes' 
    172170CODFLXDT.attrs['units'] = 'W/m2/K'      
    173171CODFLXDT.attrs['coordinates'] = "lat lon" 
     
    271269d_Out.attrs ['source']            = "IPSL Earth system model" 
    272270d_Out.attrs ['group']             = "ICMC IPSL Climate Modelling Center" 
    273 d_Out.attrs ['Institution']       = "IPSL https.//www.ipsl.fr" 
     271d_Out.attrs ['Institution']       = "IPSL https://www.ipsl.fr" 
    274272d_Out.attrs ['Model']             = "IPSL CM6" 
    275273d_Out.attrs ['source']            = "IPSL Earth system model" 
    276274d_Out.attrs ['group']             = "ICMC IPSL Climate Modelling Center" 
    277 d_Out.attrs ['Institution']       = "IPSL https://www.ipsl.fr" 
    278275d_Out.attrs ['description']       = "Fields needed by OASIS-MCT"  
    279276d_Out.attrs ['timeStamp']         = time.asctime () 
Note: See TracChangeset for help on using the changeset viewer.