Skip to content

Commit

Permalink
Change author tags after new standard
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiarighi committed Sep 6, 2019
1 parent f25dad8 commit 873ebe3
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions esmvaltool/diag_scripts/rainfarm/rainfarm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
# E. Arnone (ISAC-CNR, Italy)
# #############################################################################
# Description
# ESMValTool diagnostic calling the RainFARM library written in Julia (by von Hardenberg, ISAC-CNR, Italy).
# RainFARM is a stochastic precipitation downscaling method, further adapted for climate downscaling.
# ESMValTool diagnostic calling the RainFARM library written in Julia
# (by von Hardenberg, ISAC-CNR, Italy).
# RainFARM is a stochastic precipitation downscaling method, further adapted
# for climate downscaling.
#
# Required
# CDO
Expand All @@ -17,10 +19,10 @@
# Caveats
#
# Modification history
# 20190810 hard_jo: rewritten in pure Julia, no R
# 20181210 hard_jo: cleanup and using juliacall
# 20180508-A_arnone_e: Conversion to v2.0
# 20170908-A_arnone_e: 1st github version
# 20190810-vonhardenberg_jost: rewritten in pure Julia, no R
# 20181210-vonhardenberg_jost: cleanup and using juliacall
# 20180508-arnone_enrico: Conversion to v2.0
# 20170908-arnone_enrico: 1st github version
#
# ############################################################################

Expand All @@ -30,7 +32,7 @@ using Printf

function provenance_record(infile)
xprov = Dict( "ancestors" => infile,
"authors" => ["hard_jo", "arno_en"],
"authors" => ["vonhardenberg_jost", "arnone_enrico"],
"references" => ["donofrio14jh", "rebora06jhm",
"terzago18nhess"],
"projects" => ["c3s-magic"],
Expand Down

0 comments on commit 873ebe3

Please sign in to comment.