Ignore:
Timestamp:
Nov 9, 2022, 3:27:12 PM (2 years ago)
Author:
musat
Message:

Ajout environnement et corrections

  • champ eva(poration) moyennes zonales
  • pour les appels a des fonctions climaf via mcdo (timavg, sqrt)

IonelaMusat?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/atlas/atlas_none.py

    r4320 r4330  
    267267    # Bias mean value, and RMSD/RMSE
    268268    diff_avg=cvalue(space_average(diff))
    269     rmsd=math.sqrt(cvalue(space_average(ccdo(diff,operator='-b F64 sqr'))))
     269    rmsd=math.sqrt(cvalue(space_average(ccdo(diff,operator='b F64 sqr'))))
    270270    #
    271271    # Zonal means
Note: See TracChangeset for help on using the changeset viewer.