Changes between Version 46 and Version 47 of Doc/Models/LMDZ


Ignore:
Timestamp:
06/05/24 13:25:59 (3 weeks ago)
Author:
tlurton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Models/LMDZ

    v46 v47  
    8686{{{ 
    8787ncrename -v lon,longitude -d lon,longitude -v lat,latitude -d lat,latitude -v time_counter,time -d time_counter,time tsol_clim.nc 
    88  
    89 Same for sea-ice 
    90  
    91 }}} 
    92  
    93 Or if you want to use all the TS period :   
     88}}} 
     89 
     90And the same operation for sea-ice. 
     91 
     92'''WARNING''': you may encounter a bug with the `ncrename` command, which will lead to erroneous longitude and latitude dimensions. Carefully check whether they are correct in your output files (you may want to differentiate between input and output .nc names for that purpose). 
     93==> A workaround to this bug is to convert your file (before it goes through `ncrename`) to the netCDF-3 format using the `ncks -3` command, then to call the `ncrename [...]` line, then to switch back to netCDF-4. 
     94 
     95 
     96If you want to use all the TS period :   
    9497{{{ 
    9598cdo ymonmean all_path_to_file_TS_MO_tsol_oce.nc  $WORKDIR/my_new_dir/v3.rcp45.1_tsol_oce.nc