New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
user/flavoni/libIGCM (diff) – NEMO

Changes between Version 369 and Version 370 of user/flavoni/libIGCM


Ignore:
Timestamp:
2009-04-09T16:22:29+02:00 (15 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/flavoni/libIGCM

    v369 v370  
    693693 
    694694 3. add in modipsl/config/ORCA2_LIM/IGCM00/COMP/opa9.card !TimeSeries: [[BR]] 
    695  [Post_1M_diaptr] 
    696  Patches = () 
    697  GatherWithInternal = (lat, deptht, depthw, time_counter) 
     695 [Post_1M_diaptr][[BR]] 
     696 Patches = ()[[BR]] 
     697 GatherWithInternal = (lat, deptht, depthw, time_counter)[[BR]] 
    698698 TimeSeriesVars = (zotemglo, zosalglo, zomsfglo, zotematl, zosalatl, zomsfatl, zotempac, zosalpac, zomsfpac, zotemind, zosalind,  zomsfind, zotemipc, zosalipc, zomsfipc, sohtatl, sostatl, sohtpac, sostpac, sohtind, sostind, sohtipc, sostipc, sophtadv, sophtove, sophtldf, sopstadv, sopstove, zomsfeiv, sophteiv, sopsteiv) 
    699699 
     
    705705 if you want 1m with !CalendarType=noleap is nf_ptr_wri=465 
    706706 
     707 5. change AA_atlas_ORCA_LIM to add (like IPSLCM5) 
     708 
     709 if [ ${config_UserChoices_TagName} = "ORCA2_LIM2"] ; then [[BR]] 
     710    IGCM_sys_Get ${R_OUT_OCE}/Analyse/SE/${config_UserChoices_JobName}_SE_${YEARS}_1M_diaptr.nc  ${RUN_DIR} ; [[BR]] 
     711    atlas -o ${RUN_DIR}/${R_ATLAS}/ZNL   -d -l ${FER_ATLAS}/atlas_l_${RESOL_OCE}_znl.cfg ${RUN_DIR}/${config_UserChoices_JobName}_SE_${YEARS}_1M_diaptr.nc ;     [[BR]] 
     712    for file in $( ls ${R_ATLAS}/ZNL/*/*jnl ) ; do [[BR]] 
     713        echo -e "\n\n################################" ; [[BR]] 
     714        echo -e "$file\n" ; cat $file ; [[BR]] 
     715    done [[BR]] 
     716 fi [[BR]] 
     717 
     718 # WHILE WAITING FOR A MORE GENERIC SOLUTION [[BR]] 
     719 if [ ${config_UserChoices_TagName} = "ORCA2_LIM2" ] ; then [[BR]] 
     720    IGCM_sys_Rm ${config_UserChoices_JobName}_SE_${YEARS}_1M_diaptr.nc ; [[BR]] 
     721 fi 
    707722 
    708723 * Put subbasins.nc in common account/v3_1/. but this is a not definitively solution! Be careful at it! [[BR]]