Changeset 6512 for TOOLS


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

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

Location:
TOOLS/CPLRESTART
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/CPLRESTART/CreateRestartAtm4Oasis.bash

    r6366 r6512  
    3232# CreateRestartAtm4Oasis.bash --oce ORCA2.3    /ccc/work/cont003/gencmip6/bedidil/SAVE9_ORCA2_DYN30_1MO/STORE1/histmth.nc 
    3333# CreateRestartAtm4Oasis.bash --oce eORCA1.4.2 /ccc/scratch/cont003/gencmip6/p86caub/RUN_DIR/9114048_89294/ICOLOR-SROUT.11.NBP80.HISTMTH.89294/histday.nc 
    34  
     34# CreateRestartAtm4Oasis.bash --oce eORCA1.4.2 /ccc/scratch/cont003/gencmip6/p86caub/RUN_DIR/9620492_371319/ICOLOR-SROUT.11.NBP60.HISTMTH.371319/histday.nc 
    3535## =========================================================================== 
    3636## 
     
    158158ncatted --history \ 
    159159        --attribute nco_openmp_thread_number,global,d,,                       \ 
    160         --attribute production,global,o,c,"$(finger ${LOGNAME} | head -1 | awk '{print $4, $5}')" \ 
    161160        --attribute Program,global,o,c,"Generated by ${0}"      \ 
    162161        --attribute originalFiles,global,o,c,"${AtmFile}"       \ 
     
    173172ncks --history --variable COCALVIN flxat_${ATM}_maskFrom_${OCE}.nc icshf_${ATM}_maskFrom_${OCE}.nc 
    174173 
     174## 
     175 
     176echo "TMPDIR : ${TMPDIR}" 
     177 
    175178## =========================================================================== 
    176179## 
  • TOOLS/CPLRESTART/CreateRestartOce4Oasis.bash

    r6228 r6512  
    2929# 
    3030# CreateRestartOce4Oasis.bash --ocefile /ccc/store/cont003/dsm/p25sepul/IGCM_OUT/IPSLCM5A2/PROD/piControl/CM5A2.1.pi.00/OCE/Output/MO/CM5A2.1.pi.00_40100101_40191231_1M_grid_T.nc --icefile /ccc/store/cont003/dsm/p25sepul/IGCM_OUT/IPSLCM5A2/PROD/piControl/CM5A2.1.pi.00/ICE/Output/MO/CM5A2.1.pi.00_40100101_40191231_1M_icemod.nc --icefrc ice_pres --icetem tsice --icealb ialb 
    31 # 
    3231# CreateRestartOce4Oasis.bash --ocefile /ccc/store/cont003/gencmip6/p86mart/IGCM_OUT/IPSLCM6/DEVT/pdControl/CM6010.2.rivgeo-LR-pdCtrl/OCE/Output/MO/CM6010.2.rivgeo-LR-pdCtrl_22400101_22491231_1M_grid_T.nc  --icefrc siconc 
    33  
    3432# CreateRestartOce4Oasis.bash --ocefile /ccc/store/cont003/gencmip6/p86maf/IGCM_OUT/IPSLCM6/PROD/piControl/CM61-LR-pi-03/OCE/Output/MO/CM61-LR-pi-03_23400101_23491231_1M_grid_T.nc --icefile /ccc/store/cont003/gencmip6/p86maf/IGCM_OUT/IPSLCM6/PROD/piControl/CM61-LR-pi-03/ICE/Output/MO/CM61-LR-pi-03_23400101_23491231_1M_icemod.nc --icefrc siconc 
    35  
    3633# CreateRestartOce4Oasis.bash --ocefile /ccc/store/cont003/gen7451/personr/IGCM_OUT/ORCA025_LIM3_PISCES/DEVT/ORCA025ia/eOR025L3P-IA-REF07-MUSCL/OCE/Output/MO/eOR025L3P-IA-REF07-MUSCL_20090101_20091231_1M_grid_T.nc 
    37 # 
    3834# CreateRestartOce4Oasis.bash --ocefile /ccc/work/cont003/gencmip6/p48ethe/ICMC-TOOLS/DATA/eOR025L3P-IA-REF07-MUSCL_20090101_20091231_1M_grid_T.nc --icefile /ccc/work/cont003/gencmip6/p48ethe/ICMC-TOOLS/DATA/eOR025L3P-IA-REF07-MUSCL_20090101_20091231_1M_icemod.nc --icefrc siconc/oce --icetem sistem 
    3935#  
     
    326322mv sstoc.nc sstoc_${OCE}.nc 
    327323 
     324## 
     325 
     326echo "TMPDIR : ${TMPDIR}" 
    328327## =========================================================================== 
    329328## 
  • 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.