;*************************************************; Happy_new_year_2021.ncl;************************************************;; Concepts illustrated:; - Print ;; These files are loaded by default in NCL V6.2.0 and newer; load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"; load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl";************************************************begin;************************************************print("Happy New Year!")print("I wish you all Good luck in the Year of the Ox!")print("Wishing the Tencent Cloud Community the best of luck in 2021!")print("------------ from Meteorologist");************************************************end;************************************************
以上代码来源:https://cloud.tencent.com/developer/ask/238947
附云加社区有同步Stack Overflow的内容如,https://cloud.tencent.com/developer/ask/sof/304956